Matthias J. Sax created KAFKA-13236:
---------------------------------------
Summary: TopologyTestDriver crashes with EOS-beta config
Key: KAFKA-13236
URL: https://issues.apache.org/jira/browse/KAFKA-13236
Project: Kafka
Issue Type: Bug
Components: streams-test-utils
Affects Versions: 2.8.0, 2.7.0, 2.6.0
Reporter: Matthias J. Sax
If EOS-beta is configured, we rely on the `-StreamThread-` name part to create
`StreamsProducer`. (cf
[https://github.com/apache/kafka/commit/20e4a74c3579837df7b46ce1a5dcea37b6e1e452)]
However, TopologyTestDriver sets the name only as `-Thread` and thus it
crashed for EOS-beta is configured.
The issue is already fixed in 3.0 via
[https://github.com/apache/kafka/commit/3805f3706f8f3ebba81b80915c9259590525fb05]
but we should still fix it for older release, too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)