Using Statefun with Confluent Kafka

2020-10-01 Thread hezekiah maina
I'm trying to use Statefun with the fully-managed Confluent Kafka as my ingress and egress. Where should I define my credentials when using the remote module?

Re: Using Statefun with Confluent Kafka

2020-10-01 Thread Tzu-Li (Gordon) Tai
Hi, Are the credentials usually supplied by setting them in the Kafka client properties? If so, you can set the client properties in remote modules as shown in [1]. Otherwise, could you briefly explain / point me to some link on the details of how to authenticate for Confluent Kafka? Best, Gordo