Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Abandoned
-
None
-
None
-
None
Description
Perform end-to-end transaction management test in the following steps:
1) Start Zookeeper.
2) Start multiple brokers.
3) Create topic.
4) Start transaction-aware ProducerPerformance to generate transactional messages to topic.
5) Start transaction-aware ConsoleConsumer to read messages from topic.
6) Bounce brokers (optional).
7) Verify that same number of messages are sent and received.
This patch depends on KAFKA-1524, KAFKA-1526 and KAFKA-1601.