Kafka connection
This article provides a guide on how to create a Kafka connection in Upsolver.
Create a Kafka connection
bootstrap.servers = HOST:PORT
security.protocol = SASL_SSL
sasl.jaas.config = org.apache.kafka.common.security.plain.PlainLoginModule required username = "API_KEY" password = "SECRET";
ssl.endpoint.identification.algorithm = https
sasl.mechanism = PLAINLast updated
Was this helpful?