Confluent Platform with Kafka 3.1.x

Hi guys,

I have to do some tests with Kafka 3.1.x for our production.

Do you have a release plan for the Confluent Platform with Kafka 3.1.x? [1]

Thanks,
Markus

[1]
https://docs.confluent.io/platform/current/release-notes/index.html#

Hi Markus,

quick fix is to use vanilla Kafka Apache Kafka until
Kafka 3.1 is bundled into Confluent platform.

best,
michael

Hi Michael, I can try. Do you have a link to a Docker image?

I’m using Docker-Compose and for me it would be ok to use another Kafka image:

  broker:
    image: confluentinc/cp-kafka:7.0.1
    container_name: broker

Or do you mean I should build it on my own?

Best,
Markus

Hi Markus,

afaik the bitnami docker images are available with Kafka 3.1
https://hub.docker.com/r/bitnami/kafka/

or build your own :wink: good example is here

Best,
michael

Awesome, Michael, thanks a lot!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.