Streaming messages using plsql

2023-04-12 Thread Surendra Mullapudi
Hi Team We use oracle 19c database for our Operations. IS there a way we can publish messages from Plsql to confluent kafka topics so that Consumers can consume from the topic. Thanks Surendra

Zookeeper upgrade 3.4.14 to 3.5.7

2023-04-12 Thread Kafka Life
Hi Kafka , zookeeper experts Is it possible to upgrade the 3.4.14 version of zookeeper cluster in a rolling fashion (one by one node) to 3.5.7 zookeeper version. Would the cluster work with a possible combination of 3.4.14 and 3.5.7 . Please advise .

kafka streams partition assignor strategy for version 2.5.1 - does it use sticky assignment

2023-04-12 Thread Pushkar Deole
Hi All, We are using version 2.5.1 of kafka-streams with 3 application instances deployed as 3 kubernetes pods. It consumes from multiple topics, each with 6 partitions. I would like to know if streams uses sticky partition assignor strategy internally since we can't set it externally on streams.