[jira] [Created] (KAFKA-5582) Log compaction with preallocation enabled does not trim segments

2017-07-11 Thread Jason Aliyetti (JIRA)
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

[jira] [Created] (KAFKA-4472) offsetRetentionMs miscalculated in GroupCoordinator

2016-11-30 Thread Jason Aliyetti (JIRA)
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

Prevent broker from leading topic partitions

2016-08-22 Thread Jason Aliyetti
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