You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "psolomin (via GitHub)" <gi...@apache.org> on 2023/04/13 08:37:57 UTC

[GitHub] [beam] psolomin commented on pull request #9899: [BEAM-8511] [WIP] KinesisIO.Read enhanced fanout

psolomin commented on PR #9899:
URL: https://github.com/apache/beam/pull/9899#issuecomment-1506573026

   Hi @biancaberdugo
   
   https://github.com/apache/beam/pull/23540 was merged today and I expect it will be released with Beam 2.48.0
   
   If you want to try out a pre-release version - in a couple of days it will be available in Maven **snapshots repo**, and you will be able to link it via:
   
   ```
       <repositories>
           <repository>
               <id>apache.snapshots</id>
               <name>Apache Development Snapshot Repository</name>
               <url>https://repository.apache.org/content/repositories/snapshots/</url>
               <releases>
                   <enabled>false</enabled>
               </releases>
               <snapshots>
                   <enabled>true</enabled>
               </snapshots>
           </repository>
       </repositories>
   
   ...
   
           <dependency>
               <groupId>org.apache.beam</groupId>
               <artifactId>beam-sdks-java-io-amazon-web-services2</artifactId>
               <version>2.48.0-SNAPSHOT</version>
           </dependency>
   
           < other beam sdk dependencies >
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org