You are viewing a plain text version of this content. The canonical link for it is here.
- kafka git commit: MINOR: Fix issue in `AsyncProducerTest` where it expects the `port` config to be set - posted by jg...@apache.org on 2016/11/01 15:42:11 UTC, 0 replies.
- kafka git commit: KAFKA-4361: Streams does not respect user configs for "default" params - posted by gu...@apache.org on 2016/11/01 17:08:04 UTC, 0 replies.
- kafka git commit: KAFKA-4302: Simplify KTableSource - posted by gu...@apache.org on 2016/11/01 17:20:52 UTC, 0 replies.
- kafka git commit: HOTFIX: improve error message on invalid input record timestamp - posted by gu...@apache.org on 2016/11/01 17:22:00 UTC, 0 replies.
- kafka git commit: KAFKA-4352: instable ResetTool integration test - posted by gu...@apache.org on 2016/11/01 17:30:17 UTC, 1 replies.
- kafka git commit: KAFKA-4357; Fix consumer group describe output when there is no active member (old consumer) - posted by jg...@apache.org on 2016/11/01 19:31:24 UTC, 0 replies.
- kafka git commit: MINOR: Fix documentation of compaction - posted by gw...@apache.org on 2016/11/02 01:17:52 UTC, 0 replies.
- kafka git commit: MINOR: Replaced unnecessary isDefined and get on option values with fold - posted by jg...@apache.org on 2016/11/02 05:38:14 UTC, 0 replies.
- kafka git commit: MINOR: Fix NPE when Connect offset contains non-primitive type - posted by gw...@apache.org on 2016/11/02 17:27:22 UTC, 0 replies.
- kafka-site git commit: Add Becket to the committers page - posted by jq...@apache.org on 2016/11/02 20:44:24 UTC, 0 replies.
- kafka git commit: MINOR: Remove stray `%s` in `TopicMetadata.toString` - posted by ij...@apache.org on 2016/11/03 11:01:14 UTC, 0 replies.
- kafka git commit: KAFKA-4024; Override client metadata backoff on topic changes and avoid unnecessary connections - posted by jg...@apache.org on 2016/11/04 06:19:59 UTC, 0 replies.
- kafka git commit: MINOR: Add description of how consumer wakeup acts if no threads are awakened - posted by jg...@apache.org on 2016/11/04 07:38:21 UTC, 0 replies.
- kafka git commit: KAFKA-4372: Kafka Connect REST API does not handle DELETE of connector with slashes in their names - posted by ew...@apache.org on 2016/11/04 17:44:21 UTC, 0 replies.
- kafka git commit: MINOR: missing fullstop in doc for `max.partition.fetch.bytes` - posted by ew...@apache.org on 2016/11/04 20:29:36 UTC, 0 replies.
- kafka git commit: MINOR: Fix re-raise of python error in system tests - posted by ew...@apache.org on 2016/11/04 22:57:19 UTC, 0 replies.
- kafka git commit: MINOR: Fix regex on connector path param in ConnectorsResource - posted by jg...@apache.org on 2016/11/07 16:48:29 UTC, 0 replies.
- kafka git commit: KAFKA-4284: Make Partitioner a Closeable and close it when closing the producer - posted by ew...@apache.org on 2016/11/08 17:53:37 UTC, 0 replies.
- kafka git commit: KAFKA-4269: Follow up for 0.10.1 branch -update topic subscriptions for regex - posted by gu...@apache.org on 2016/11/08 20:03:52 UTC, 0 replies.
- kafka git commit: MINOR: remove commented out code and System.out.println - posted by gu...@apache.org on 2016/11/08 20:10:17 UTC, 0 replies.
- kafka git commit: MINOR: some trace logging for streams debugging - posted by ew...@apache.org on 2016/11/08 22:49:40 UTC, 0 replies.
- kafka git commit: KAFKA-4360:Controller may deadLock when autoLeaderRebalance encounter zk expired - posted by gu...@apache.org on 2016/11/09 18:38:04 UTC, 0 replies.
- kafka git commit: MINOR: fix typos and incorrect docs - posted by gu...@apache.org on 2016/11/09 18:41:32 UTC, 0 replies.
- kafka git commit: KAFKA-4311: Multi layer cache eviction causes forwarding to incorrect ProcessorNode - posted by gu...@apache.org on 2016/11/09 18:43:31 UTC, 0 replies.
- kafka-site git commit: Update the website repo link in code.html to point to github. - posted by jq...@apache.org on 2016/11/09 18:52:48 UTC, 0 replies.
- kafka git commit: MINOR: remove unused fields from KTableImpl - posted by gu...@apache.org on 2016/11/09 19:17:42 UTC, 0 replies.
- kafka git commit: MINOR: fix incorrect logging in StreamThread - posted by gu...@apache.org on 2016/11/09 19:22:32 UTC, 0 replies.
- kafka git commit: KAFKA-4364: Remove secrets from DEBUG logging - posted by ew...@apache.org on 2016/11/09 22:58:57 UTC, 0 replies.
- kafka git commit: MINOR: add upgrade guide for Kafka Streams API - posted by gu...@apache.org on 2016/11/09 23:31:14 UTC, 1 replies.
- kafka git commit: revert streams/src/main/java/org/apache/kafka/streams/processor/ConsumerRecordTimestampExtractor.java - posted by gu...@apache.org on 2016/11/10 15:17:24 UTC, 0 replies.
- kafka git commit: MINOR: improve exception message for incompatible Serdes to actual key/value data types - posted by gu...@apache.org on 2016/11/11 01:06:39 UTC, 0 replies.
- kafka git commit: HOTFIX: failing to close this iterator causes leaks in rocksdb - posted by gu...@apache.org on 2016/11/11 14:36:24 UTC, 1 replies.
- kafka git commit: MINOR: Extend mirror maker test to include interceptors - posted by ew...@apache.org on 2016/11/11 17:10:31 UTC, 0 replies.
- kafka git commit: KAFKA-4379: Remove caching of dirty and removed keys from StoreChangeLogger - posted by gu...@apache.org on 2016/11/11 18:21:06 UTC, 0 replies.
- kafka git commit: KAFKA-4081; KafkaConsumer should not allow negative offsets to be committed - posted by jg...@apache.org on 2016/11/11 18:37:21 UTC, 0 replies.
- kafka git commit: MINOR: Fix export command for additional env vars in connect system tests - posted by ew...@apache.org on 2016/11/11 23:00:45 UTC, 0 replies.
- kafka git commit: KAFKA-3829: Ensure valid configuration prior to creating connector - posted by ew...@apache.org on 2016/11/13 00:13:13 UTC, 0 replies.
- kafka git commit: KAFKA-4409; Fix deadlock between topic event handling and shutdown in ZookeeperConsumerConnector - posted by jq...@apache.org on 2016/11/14 17:59:20 UTC, 0 replies.
- [1/5] kafka git commit: KAFKA-2066; Use client-side FetchRequest/FetchResponse on server - posted by jg...@apache.org on 2016/11/15 00:46:27 UTC, 0 replies.
- [2/5] kafka git commit: KAFKA-2066; Use client-side FetchRequest/FetchResponse on server - posted by jg...@apache.org on 2016/11/15 00:46:28 UTC, 0 replies.
- [3/5] kafka git commit: KAFKA-2066; Use client-side FetchRequest/FetchResponse on server - posted by jg...@apache.org on 2016/11/15 00:46:29 UTC, 0 replies.
- [4/5] kafka git commit: KAFKA-2066; Use client-side FetchRequest/FetchResponse on server - posted by jg...@apache.org on 2016/11/15 00:46:30 UTC, 0 replies.
- [5/5] kafka git commit: KAFKA-2066; Use client-side FetchRequest/FetchResponse on server - posted by jg...@apache.org on 2016/11/15 00:46:31 UTC, 0 replies.
- kafka git commit: HOTFIX: Remove failing ConnectDistributedTest.test_bad_connector_class - posted by jg...@apache.org on 2016/11/15 01:10:16 UTC, 0 replies.
- kafka git commit: MINOR: Clarify how to fix conversion issues when plain JSON data is used with schemas.enable=true - posted by ij...@apache.org on 2016/11/15 14:23:45 UTC, 0 replies.
- kafka git commit: MINOR: Remove unused `ByteBoundedBlockingQueue` class and `zkSessionTimeout` parameter - posted by jg...@apache.org on 2016/11/16 17:51:30 UTC, 0 replies.
- kafka git commit: MINOR: add a space to separate two words - posted by gu...@apache.org on 2016/11/16 19:36:08 UTC, 0 replies.
- kafka git commit: KAFKA-4359: Remove commit interval in integration tests for testing caching effects - posted by gu...@apache.org on 2016/11/16 20:46:35 UTC, 0 replies.
- kafka git commit: KAFKA-4211; Update system test services to use the new consumer by default - posted by jg...@apache.org on 2016/11/17 00:30:57 UTC, 0 replies.
- kafka git commit: MINOR: Extract SCALA_BINARY_VERSION from SCALA_VERSION - posted by ij...@apache.org on 2016/11/17 02:15:19 UTC, 0 replies.
- kafka git commit: KAFKA-4376; Cross compile to Scala 2.12.0 - posted by ij...@apache.org on 2016/11/17 03:44:15 UTC, 0 replies.
- kafka git commit: KAFKA-4366: KafkaStreams.close() blocks indefinitely - posted by gu...@apache.org on 2016/11/17 20:49:23 UTC, 0 replies.
- kafka git commit: KAFKA-3825: Allow users to specify different types of state stores in Streams DSL - posted by gu...@apache.org on 2016/11/17 20:52:54 UTC, 0 replies.
- kafka git commit: KAFKA-4417: Update build dependencies for 0.10.2 cycle - posted by ew...@apache.org on 2016/11/17 22:43:12 UTC, 0 replies.
- [1/2] kafka-site git commit: added new meetup links on events page and remove docs subnav on old versions of the docs - posted by gw...@apache.org on 2016/11/17 23:47:25 UTC, 0 replies.
- [2/2] kafka-site git commit: remove link to kafka-summit site for now - posted by gw...@apache.org on 2016/11/17 23:47:26 UTC, 0 replies.
- kafka git commit: HOTFIX: corrupted commit 10cfc1628df024f7596d3af5c168fa90f59035ca - posted by gu...@apache.org on 2016/11/18 00:53:25 UTC, 0 replies.
- [1/2] kafka git commit: KAFKA-4377; remove deprecated scala.collection.JavaConversions calls - posted by ij...@apache.org on 2016/11/18 13:54:55 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-4377; remove deprecated scala.collection.JavaConversions calls - posted by ij...@apache.org on 2016/11/18 13:54:56 UTC, 0 replies.
- kafka git commit: KAFKA-4420; Group StopReplicaRequests for partitions on the same broker into one StopReplicaRequest - posted by ij...@apache.org on 2016/11/19 01:27:13 UTC, 0 replies.
- kafka git commit: KAFKA-3703; Graceful close for consumers and producer with acks=0 - posted by ij...@apache.org on 2016/11/19 09:34:45 UTC, 0 replies.
- kafka git commit: HOTFIX: Hotfix streams smoke test - posted by ij...@apache.org on 2016/11/19 09:38:53 UTC, 0 replies.
- kafka git commit: HOTFIX: Increased wait time - posted by ij...@apache.org on 2016/11/21 14:25:48 UTC, 0 replies.
- kafka git commit: MINOR: Typo in KafkaConsumer javadoc - posted by ij...@apache.org on 2016/11/22 11:29:27 UTC, 0 replies.
- kafka git commit: KAFKA-4355: Skip topics that have no partitions - posted by gu...@apache.org on 2016/11/22 17:54:57 UTC, 0 replies.
- kafka git commit: KAFKA-4362; Consumer can fail after reassignment of the offsets topic partition - posted by jq...@apache.org on 2016/11/23 04:33:16 UTC, 1 replies.
- kafka git commit: KAFKA-4395; Break static initialization order dependency between KafkaConfig and Logconfig - posted by ij...@apache.org on 2016/11/23 11:06:27 UTC, 1 replies.
- [1/5] kafka git commit: HOTFIX: Fix putAll and putIfAbsent logic for correct eviction behavior - posted by gu...@apache.org on 2016/11/23 15:28:36 UTC, 0 replies.
- [2/5] kafka git commit: HOTFIX: follow up on KAFKA-4275 - posted by gu...@apache.org on 2016/11/23 15:28:37 UTC, 0 replies.
- [3/5] kafka git commit: KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic - posted by gu...@apache.org on 2016/11/23 15:28:38 UTC, 0 replies.
- [4/5] kafka git commit: MINOR: improve JavaDoc for Streams window retention time - posted by gu...@apache.org on 2016/11/23 15:28:39 UTC, 0 replies.
- [5/5] kafka git commit: KAFKA-4361: Streams does not respect user configs for "default" params - posted by gu...@apache.org on 2016/11/23 15:28:40 UTC, 0 replies.
- kafka git commit: KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic - posted by gu...@apache.org on 2016/11/24 01:31:37 UTC, 1 replies.
- [1/4] kafka git commit: KAFKA-4345; Run decktape test for each pull request - posted by sr...@apache.org on 2016/11/24 04:49:03 UTC, 0 replies.
- [2/4] kafka git commit: KAFKA-4345; Run decktape test for each pull request - posted by sr...@apache.org on 2016/11/24 04:49:04 UTC, 0 replies.
- [3/4] kafka git commit: KAFKA-4345; Run decktape test for each pull request - posted by sr...@apache.org on 2016/11/24 04:49:05 UTC, 0 replies.
- [4/4] kafka git commit: KAFKA-4345; Run decktape test for each pull request - posted by sr...@apache.org on 2016/11/24 04:49:06 UTC, 0 replies.
- [kafka] Git Push Summary [forced push!] [Forced Update!] - posted by gu...@apache.org on 2016/11/24 05:06:06 UTC, 0 replies.
- [1/4] kafka git commit: KAFKA-4311: Multi layer cache eviction causes forwarding to incorrect ProcessorNode - posted by gu...@apache.org on 2016/11/24 05:10:53 UTC, 0 replies.
- [2/4] kafka git commit: MINOR: fix incorrect logging in StreamThread - posted by gu...@apache.org on 2016/11/24 05:10:54 UTC, 0 replies.
- [3/4] kafka git commit: KAFKA-4379: Remove caching of dirty and removed keys from StoreChangeLogger - posted by gu...@apache.org on 2016/11/24 05:10:55 UTC, 0 replies.
- [4/4] kafka git commit: KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic - posted by gu...@apache.org on 2016/11/24 05:10:56 UTC, 0 replies.
- kafka git commit: Cherry-pick KAFKA-4355: Skip topics that have no partitions, by Eno Thereska - posted by gu...@apache.org on 2016/11/24 05:34:02 UTC, 0 replies.
- kafka git commit: KAFKA-4384; ReplicaFetcherThread stops after ReplicaFetcherThread receives a corrupted message - posted by ij...@apache.org on 2016/11/24 14:51:48 UTC, 1 replies.
- [1/4] kafka git commit: Revert "KAFKA-4345; Run decktape test for each pull request" - posted by ew...@apache.org on 2016/11/29 17:11:55 UTC, 0 replies.
- [2/4] kafka git commit: Revert "KAFKA-4345; Run decktape test for each pull request" - posted by ew...@apache.org on 2016/11/29 17:11:56 UTC, 0 replies.
- [3/4] kafka git commit: Revert "KAFKA-4345; Run decktape test for each pull request" - posted by ew...@apache.org on 2016/11/29 17:11:57 UTC, 0 replies.
- [4/4] kafka git commit: Revert "KAFKA-4345; Run decktape test for each pull request" - posted by ew...@apache.org on 2016/11/29 17:11:58 UTC, 0 replies.
- kafka git commit: MINOR: doc fix related to monitoring consumer lag - posted by ew...@apache.org on 2016/11/29 17:57:29 UTC, 0 replies.
- kafka git commit: KAFKA-4443; Controller should send UpdateMetadataRequest prior to LeaderAndIsrRequest during failover - posted by jq...@apache.org on 2016/11/29 18:03:35 UTC, 0 replies.
- kafka git commit: MINOR: Remove unused code in `LeaderAndIsr`, `ApiUtils` and `TopicMetadataRequest` - posted by ew...@apache.org on 2016/11/29 18:32:36 UTC, 0 replies.
- kafka git commit: KAFKA-4427: Skip topic groups with no tasks - posted by gu...@apache.org on 2016/11/29 19:07:43 UTC, 0 replies.
- kafka git commit: MINOR: Make release notes script check resolutions to avoid spurious inclusion of non-fix 'fixes' in release notes. - posted by ew...@apache.org on 2016/11/29 19:36:19 UTC, 0 replies.
- kafka git commit: KAFKA-4415; Reduce time to create and send UpdateMetadataRequest - posted by jq...@apache.org on 2016/11/29 20:17:49 UTC, 0 replies.
- kafka git commit: KAFKA-4397: Refactor Connect backing stores for thread safety - posted by ew...@apache.org on 2016/11/29 23:32:03 UTC, 0 replies.
- kafka git commit: KAFKA-4403; Update KafkaBasedLog to use new endOffsets consumer API - posted by jg...@apache.org on 2016/11/30 03:21:39 UTC, 0 replies.
- kafka git commit: KAFKA-4387; KafkaConsumer should properly handle interrupts - posted by jg...@apache.org on 2016/11/30 04:21:38 UTC, 0 replies.
- kafka git commit: KAFKA-1911; Async delete topic - contributed by Mayuresh Gharat and Sumant Tambe - posted by jj...@apache.org on 2016/11/30 18:40:41 UTC, 0 replies.
- kafka git commit: KAFKA-4271: Fix the server start script for Windows 32-bit OS - posted by gu...@apache.org on 2016/11/30 20:19:27 UTC, 1 replies.
- kafka git commit: KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy - posted by jg...@apache.org on 2016/11/30 21:33:43 UTC, 1 replies.
- kafka-site git commit: add Guozhang's sig-key - posted by gu...@apache.org on 2016/11/30 22:15:10 UTC, 0 replies.