1
votes

I need help because I'm new about kafka and mqtt. I will try to briefly explain the architecture I am using. I'm using the Confluent 5.3.1 platform and I configured a connector (source mqtt connector) that transfers data from the mqtt broker to kafka broker. In order to connect to the mqtt broker I need a Json Web Token and I have no idea how to do it. I've read the Confluent documentation but i can't find any possible solutions. Can someone help me?

1

1 Answers

0
votes

Looking at the documentation for the connector it looks like it only support password-based authentication, not JWT.