Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

KafkaConnect Configuration #1037

Unanswered
stitch-marinus asked this question in Q&A
Discussion options

Hi,

I've managed to set Kafbat up and connect it Kafka and noticed support for KafkaConnect. At present my Kafka Connect cluster uses SCRAM-512 to connect to Kafka.

I have a config that looks something like this (for testing):

yamlApplicationConfig:
 kafka:
 clusters:
 - name: my-cluster
 bootstrapServers: my-cluster-kafka-bootstrap:9093
 properties:
 ssl:
 truststore:
 location: /ssl/kafbat.truststore.jks
 password: "123456789"
 protocol: SASL
 sasl:
 mechanism: SCRAM-SHA-512
 jaas:
 config: org.apache.kafka.common.security.scram.ScramLoginModule required username="my-connect" password="<psswrd>";
 security:
 protocol: SASL_SSL
 kafkaConnect:
 - name: my-connect
 address: my-connect-connect:8083
volumeMounts:
 - name: config-volume
 mountPath: /ssl
volumes:
 - name: config-volume
 configMap:
 name: kafbat-ssl-files

I don't see the kafka connector pop up is there something missing (I don't have authentication set up on the test kafka connect cluster)?

You must be logged in to vote

Replies: 1 comment

Comment options

The config looks valid. What kind of "pop up" are you talking about?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /