Skip to content

Commit 30afeff

Browse files
authored
Create 2024-09-13-junit-ext-and-kafka4.md (#75)
1 parent c8aaf64 commit 30afeff

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: post
3+
title: "Moving Kroxylicious Junit5 Extension to Kafka 4.0"
4+
date: 2024-09-13 00:00:00 +0000
5+
author: "Keith Wall"
6+
author_url: "https://www.github.com/k-wall"
7+
categories: [junit5, kroxylicious, kafka4]
8+
---
9+
10+
Are you using the [kroxylicuous-junit5-extension](https://github.com/kroxylicious/kroxylicious-junit5-extension) to inject Kafka clusters into your integration tests? With Apache Kafka approaching the 4.0 milestone, we
11+
are looking for input to help decide the best way to manage the move to Kafka 4.0.
12+
13+
Kafka 4.0 will will remove support for Zookeeper managed clusters. The Extension is currently capable of producing clusters managed by KRaft or Zookeeper, using
14+
whatever Kafka version you provide to it on the classpath. With Kafka 4.0's arrival the possibility of a Zookeeper managed cluster goes away.
15+
16+
How important it is to you that the Extension continues to support the production of Kafka clusters managed by Zookeper when _Kafka 3.x_ is on the classpath? Talk to us on this issue [#389](https://github.com/kroxylicious/kroxylicious-junit5-extension/issues/389).

0 commit comments

Comments
 (0)