RE: The Plan To Introduce Virtual Threads To Kafka Connect

2023-10-19 Thread miltan
Hi Team, Greetings, Apologies for the delay in reply as I was down with flu. We actually reached out to you for IT/ SAP/ Oracle/ Infor / Microsoft “VOTEC IT SERVICE PARTNERSHIP” “IT SERVICE OUTSOURCING” “ “PARTNER SERVICE SUBCONTRACTING” We have very attractive newly introduce reasonably

RE: The Plan To Introduce Virtual Threads To Kafka Connect

2023-10-19 Thread miltan
Hi Team, Greetings, Apologies for the delay in reply as I was down with flu. We actually reached out to you for IT/ SAP/ Oracle/ Infor / Microsoft "VOTEC IT SERVICE PARTNERSHIP" "IT SERVICE OUTSOURCING" " "PARTNER SERVICE SUBCONTRACTING" We have very attractive newly introduce reasonably

Upgrading Kafka Kraft in Kubernetes

2023-10-19 Thread Soukal , Jiří
Hello all, Final step of the upgrade procedure is to run command like: "./bin/kafka-features.sh upgrade --metadata 3.6" In the Kubernetes world, which works in the desired state configuration (yamls and its the upper level abstractions), this is quite complicated. The first thing I tried to fin

Re: Upgrading Kafka Kraft in Kubernetes

2023-10-19 Thread Jakub Scholz
Hi Jiří, Why can't you run it from another Pod? You should be able to specify --bootstrap-server and point it to the brokers to connect to. You can also pass further properties to it using the --command-config option. It should be also possible to use it from the Admin API

RE: [External Email] Re: Upgrading Kafka Kraft in Kubernetes

2023-10-19 Thread Soukal , Jiří
Hello Jakub, Thank you for reply. I have tried the --bootstrap-server option before but have used it incorrectly. this gives unrecognized arguments: '--bootstrap-server' ./bin/kafka-features.sh upgrade --metadata 3.6 --bootstrap-server [server:port] but this works: ./bin/kafka-features.sh --boo