aalexandrov commented on a change in pull request #13770:
URL: https://github.com/apache/flink/pull/13770#discussion_r519167157



##########
File path: 
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/table/KinesisOptions.java
##########
@@ -44,26 +49,54 @@
                private KinesisOptions() {
                }
 
-               // 
--------------------------------------------------------------------------------------------
+               // 
-----------------------------------------------------------------------------------------
                // Kinesis specific options
-               // 
--------------------------------------------------------------------------------------------
+               // 
-----------------------------------------------------------------------------------------
 
                /**
-                * Prefix for properties delegated to the
+                * Prefix for properties defined in
+                * {@link 
org.apache.flink.streaming.connectors.kinesis.config.AWSConfigConstants}
+                * that are delegated to
                 * {@link 
org.apache.flink.streaming.connectors.kinesis.FlinkKinesisConsumer} and
                 * {@link 
org.apache.flink.streaming.connectors.kinesis.FlinkKinesisProducer}.
                 */
-               public static final String PROPERTIES_PREFIX = "properties.";
+               public static final String AWS_PROPERTIES_PREFIX = "aws.";
+
+               /**
+                * Prefix for properties defined in
+                * {@link 
org.apache.flink.streaming.connectors.kinesis.config.ConsumerConfigConstants}
+                * that are delegated to
+                * {@link 
org.apache.flink.streaming.connectors.kinesis.FlinkKinesisConsumer}.
+                */
+               public static final String CONSUMER_PREFIX = "source.";

Review comment:
       No problem.




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