xiaolong-sn commented on pull request #13015:
URL: https://github.com/apache/flink/pull/13015#issuecomment-666183483


   > @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>");`
   
   Sure, I'll add the method and do some refactor job right now.


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


Reply via email to