mosche commented on issue #23570:
URL: https://github.com/apache/beam/issues/23570#issuecomment-1403661885

   | ReadDataFromKinesis               | KinesisIO.Read (v1)                    
                            | KinesisIO.Read (v2)                               
                  | Comments                                                    
                                                                                
                                        |
   
|-----------------------------------|--------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
   | stream_name                       | withStreamName                         
                            | withStreamName                                    
                  |                                                             
                                                                                
                                        |
   | aws_access_key /</br> aws_secret_key   | withAWSClientsProvider            
                                 | withClientConfiguration                      
                       | Use of static credentials is a bad practice, use the 
[default credentials provider 
chain](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials.html)
 instead |
   | region                            | withAWSClientsProvider                 
                            | withClientConfiguration                           
                  |                                                             
                                                                                
                                        |
   | service_endpoint                  | withAWSClientsProvider                 
                            | withClientConfiguration                           
                  |                                                             
                                                                                
                                        |
   | verify_certificate                | withAWSClientsProvider                 
                            | can't be disabled                                 
                  |                                                             
                                                                                
                                        |
   | initial_position_in_stream        | withInitialPositionInStream            
                            | withInitialPositionInStream                       
                  |                                                             
                                                                                
                                        |
   | initial_timestamp_in_stream       | withInitialTimestampInStream           
                            | withInitialTimestampInStream                      
                  |                                                             
                                                                                
                                        |
   | max_capacity_per_shard            | withMaxCapacityPerShard                
                            | withMaxCapacityPerShard                           
                  |                                                             
                                                                                
                                        |
   | max_num_records                   | withMaxNumRecords                      
                            | withMaxNumRecords                                 
                  |                                                             
                                                                                
                                        |
   | max_read_time                     | withMaxReadTime                        
                            | withMaxReadTime                                   
                  |                                                             
                                                                                
                                        |
   | rate_limit                        | withFixedDelayRateLimitPolicy          
                            | withFixedDelayRateLimitPolicy                     
                  |                                                             
                                                                                
                                        |
   | request_records_limit             | withRequestRecordsLimit                
                            | withRequestRecordsLimit                           
                  |                                                             
                                                                                
                                        |
   | up_to_date_threshold              | withUpToDateThreshold                  
                            | withUpToDateThreshold                             
                  |                                                             
                                                                                
                                        |
   | watermark_idle_duration_threshold | withArrivalTimeWatermarkPolicy         
                            | withArrivalTimeWatermarkPolicy                    
                  |                                                             
                                                                                
                                        |
   | watermark_policy                  | withArrivalTimeWatermarkPolicy / 
withProcessingTimeWatermarkPolicy | withArrivalTimeWatermarkPolicy  / 
withProcessingTimeWatermarkPolicy |                                             
                                                                                
                                                        |
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to