You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:29:07 UTC

[GitHub] [flink] xiaolong-sn commented on pull request #13015: [FLINK-18536][kinesis] Adding enhanced fan-out related configurations.

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:
users@infra.apache.org