redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.46k stars 579 forks source link

Added basic compatibility test for handling concurrent producers with the same `transactional.id` #19862

Closed mmaslankaprv closed 3 months ago

mmaslankaprv commented 3 months ago

Sometimes it may be hard to find the Kafka protocol specification. In this cases we treat Kafka implementation as a in code specification. Added a simple test stub to prove that executing the same set of commands yield the same result on both Redpanda and Kafka.

Backports Required

Release Notes

mmaslankaprv commented 3 months ago

/ci-repeat 1

mmaslankaprv commented 3 months ago

/ci-repeat 1

mmaslankaprv commented 3 months ago

ci failure: https://github.com/redpanda-data/redpanda/issues/18795