kfaraz commented on code in PR #18043:
URL: https://github.com/apache/druid/pull/18043#discussion_r2113180214
##########
extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/indexing/kafka/KafkaIndexTask.java:
##########
@@ -48,6 +45,14 @@ public class KafkaIndexTask extends
SeekableStreamIndexTask<KafkaTopicPartition,
{
private static final String TYPE = "index_kafka";
+ /**
+ * Resources that a {@link KafkaIndexTask} is authorized to use. Includes
+ * performing a read action on external resource of type
Review Comment:
Ah, missed this. Will fix it up in a follow up PR.
--
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]