Jason Aliyetti created KAFKA-5582:
-
Summary: Log compaction with preallocation enabled does not trim
segments
Key: KAFKA-5582
URL: https://issues.apache.org/jira/browse/KAFKA-5582
Project: Kafka
Jason Aliyetti created KAFKA-4472:
-
Summary: offsetRetentionMs miscalculated in GroupCoordinator
Key: KAFKA-4472
URL: https://issues.apache.org/jira/browse/KAFKA-4472
Project: Kafka
Issue
I have a use case that requires a 2 node deployment with a Kafka-backed
service with the following constraints:
- All data must be persisted to node 1. If node 1 fails (regardless of the
status of node 2), then the system must stop.
- If node 2 is up, then it must stay in synch with node 1.
- If