Skip to content

Commit a8a738c

Browse files
authored
Adding an additional issue with ESP
1 parent acfd13c commit a8a738c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/hdinsight/kafka/apache-kafka-producer-consumer-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ Records stored in Kafka are stored in the order they're received within a partit
172172
If your cluster is Enterprise Security Pack Enabled, you need to use the Prebuilt Jar: https://github.com/Azure-Samples/hdinsight-kafka-java-get-started/blob/master/Prebuilt-Jars/kafka-producer-consumer-esp.jar.
173173

174174
ESP jar can be built from from `DomainJoined-Producer-Consumer`subdirectory. https://github.com/Azure-Samples/hdinsight-kafka-java-get-started/tree/master/DomainJoined-Producer-Consumer . Note the Producer & Consumer properties. They have an additional property CommonClientConfigs.SECURITY_PROTOCOL_CONFIG for ESP enabled clusters
175+
176+
2. Facing issue with ESP enabled clusters
177+
178+
We have seen issues where create/produce and consumer fail in an ESP enabled cluster. Please check all the Ranger policies and validate that user "kafka" is added to all of them. If it is not present please add it in all the policies.
175179

176180
## Clean up resources
177181

0 commit comments

Comments
 (0)