Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2822#discussion_r89100942
  
    --- Diff: 
flink-streaming-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxy.java
 ---
    @@ -283,7 +285,7 @@ public String getShardIterator(KinesisStreamShard 
shard, String shardIteratorTyp
         * @param startShardId which shard to start with for this describe 
operation (earlier shard's infos will not appear in result)
         * @return the result of the describe stream operation
         */
    -   private DescribeStreamResult describeStream(String streamName, String 
startShardId) throws InterruptedException {
    +   private DescribeStreamResult describeStream(String streamName, 
@Nullable String startShardId) throws InterruptedException {
    --- End diff --
    
    Does only Kinesalite supply the `startShardId` parameter?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to