FrankChen021 commented on code in PR #19477:
URL: https://github.com/apache/druid/pull/19477#discussion_r3281515095


##########
extensions-core/kinesis-indexing-service/src/main/java/org/apache/druid/indexing/kinesis/supervisor/KinesisSupervisor.java:
##########
@@ -336,7 +336,7 @@ protected OrderedSequenceNumber<String> 
makeSequenceNumber(String seq, boolean i
   }
 
   @Override
-  protected void updatePartitionLagFromStream()
+  public void updatePartitionLagFromStream()

Review Comment:
   Thanks, that sounds reasonable if Kinesis support is intentionally deferred. 
The current docs still say the endpoint applies to a streaming supervisor, and 
the same page describes streaming supervisors as Kafka or Kinesis, so Kinesis 
users would still be directed to an endpoint that is expected to 500. Reviewed 
11 of 11 changed files; I think this just needs the explicit Kinesis limitation 
in the new docs section.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to