Pinot Version | 0.10.0 |
---|---|
Code | startreedata/pinot-recipes/kafka-ssl-sasl |
<bootstrap-servers>
with the host and port of your Kafka cluster.
The credentials that we want to use are specified in the sasl.jaas.config
property.
You’ll need to replace <cluster-api-key>
and <cluster-api-secret>
with your own credentials.
security_protocol
as SASL_PLAINTEXT
instead of SASL_SSL
. For an example of using SASL without SSL, see Connecting to Kafka with SASL authenticationcount(*) | sum(count) |
---|---|
3 | 965 |