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 2019/01/07 15:55:58 UTC

[GitHub] tweise commented on a change in pull request #6760: [FLINK-10422] Follow AWS specs in Kinesis Consumer

tweise commented on a change in pull request #6760: [FLINK-10422] Follow AWS specs in Kinesis Consumer
URL: https://github.com/apache/flink/pull/6760#discussion_r245701984
 
 

 ##########
 File path: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxy.java
 ##########
 @@ -454,18 +453,6 @@ private ListShardsResult listShards(String streamName, @Nullable String startSha
 				}
 			}
 		}
-		// Kinesalite (mock implementation of Kinesis) does not correctly exclude shards before
 
 Review comment:
   I don't think we can remove this until the issue in Kinesalite has been actually fixed. Kinesalte is commonly used for testing and this change would be breaking users.

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


With regards,
Apache Git Services