Forum Discussion
Gitanjali You can achieve your usecase using GroupByN/GroupByFields snap. Check below example.
Jens,
I just verified that our instructions work as described for Confluent Cloud accounts:
What do you mean that “it works with the REST API endpoint”? Our Kafka snaps do not work with the Confluent REST Proxy, which is a low-performance HTTP protocol adapter layer relative to the high-performance binary protocol used by the Kafka brokers. Our account requires the host:port value shown as the
Bootstrap server
in the Confluent CloudCluster settings
:
Your account screenshot is showing several things misconfigured:
- No keystore or truststore file is required.
- The
Security Protocol
must beSASL_SSL
, notSASL_PLAINTEXT
. - The
SASL Mechanism
must bePLAIN
(you have this part correct). - The
SASL Username or Key
andSASL Password or Key
must be set to theKey
andSecret
values obtained when creating the API key in Confluent Kafka. No re-encoding of anything is necessary.
- JensDeveloper3 years agoContributor II
Hi @ptaylor ,
First, sorry for my explanation, I forgot to mention I also tested it with a rest post snap for the rest api endpoint.
For the configuration, then it seems that is has to be on our snaplex side to connect to confluent I suppose, because with implementing the configuration like you showed it still gets a timeout connection. But now I can investigate further.
Thank you for your time.
Regards
Jens
Related Content
- 2 years ago
- 2 years ago
- 2 years ago