nickwallen commented on a change in pull request #1519: METRON-2265: Update
Kerberos settings
URL: https://github.com/apache/metron/pull/1519#discussion_r327704930
##########
File path:
metron-platform/metron-management/src/main/java/org/apache/metron/management/KafkaFunctions.java
##########
@@ -291,7 +293,9 @@ public boolean isInitialized() {
@Stellar(
namespace = "KAFKA",
name = "TAIL",
- description = "Tails messages from a Kafka topic always starting
with the most recently received message.",
+ description = "Tails messages from a Kafka topic always starting
with the most recently received message. When " +
+ "Kerberos is enabled, the 'security.protocol' config key
must be set to 'SASL_PLAINTEXT' and the " +
+ "'group.id' config key must be set to an authorized group.",
Review comment:
Many thanks! This is very helpful information.
----------------------------------------------------------------
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]
With regards,
Apache Git Services