tweise commented on a change in pull request #6968: [FLINK-4582] Consuming data 
from DynamoDB streams to flink
URL: https://github.com/apache/flink/pull/6968#discussion_r229688903
 
 

 ##########
 File path: 
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxy.java
 ##########
 @@ -73,7 +73,7 @@
        private static final Logger LOG = 
LoggerFactory.getLogger(KinesisProxy.class);
 
        /** The actual Kinesis client from the AWS SDK that we will be using to 
make calls. */
-       private final AmazonKinesis kinesisClient;
+       protected final AmazonKinesis kinesisClient;
 
 Review comment:
   why this modifier change?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to