How to comsume and send data with two different kerberos cetified kafka in one flink task?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to comsume and send data with two different kerberos cetified kafka in one flink task?

1095193290@qq.com
Hi
   By setting security.kerberos.* configure, we can connect one kerberos certified  Kafka in Flink sql  task. How to consume and produce with two different kerberos cetified Kafka in one flink sql task? Kafka
allow multiple SASL authenticated Java clients in a single JVM process. https://cwiki.apache.org/confluence/display/KAFKA/KIP-83+-+Allow+multiple+SASL+authenticated+Java+clients+in+a+single+JVM+process.  How to acheive this in Flink sql task?


[hidden email]