dannycranmer commented on pull request #13015:
URL: https://github.com/apache/flink/pull/13015#issuecomment-665529708


   @xiaolong-sn I am using this branch for my EFO testing and in order to 
configure the connector I am doing this:
   - `consumerConfig.setProperty(EFO_CONSUMER_ARN_PREFIX + "." + streamName, 
"<my-consumer-arn>");`
   
   It would be much nicer if there was a method (similar to the 
`AWSConfigConstants.accessKeyId(...)` etc):
   - 
`consumerConfig.setProperty(ConsumerConfigConstants.efoConsumerArn(streamName), 
"<my-consumer-arn>");`
   
   
   
   


----------------------------------------------------------------
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.

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


Reply via email to