You are viewing a plain text version of this content. The canonical link for it is here.
- kafka git commit: MINOR: Add AUTO_OFFSET_RESET_CONFIG to StreamsConfig; remove TOTAL_RECORDS_TO_PROCESS from StreamsConfig - posted by gu...@apache.org on 2016/03/01 01:05:50 UTC, 0 replies.
- kafka git commit: MINOR: DefaultMessageFormatter custom deserializer fixes - posted by gu...@apache.org on 2016/03/01 01:10:31 UTC, 0 replies.
- kafka git commit: KAFKA-3273; MessageFormatter and MessageReader interfaces should be resilient to changes - posted by ju...@apache.org on 2016/03/01 03:53:04 UTC, 0 replies.
- kafka git commit: HOTFIX: Use the correct serde classes - posted by gu...@apache.org on 2016/03/02 01:27:49 UTC, 0 replies.
- kafka git commit: MINOR: Move streams-examples source files under src folder - posted by ew...@apache.org on 2016/03/02 03:54:11 UTC, 0 replies.
- kafka git commit: KAFKA-3257: disable bootstrap-test-env.sh --colour option - posted by ew...@apache.org on 2016/03/02 08:53:49 UTC, 0 replies.
- kafka git commit: KAFKA-3196; Added checksum and size to RecordMetadata and ConsumerRecord - posted by ju...@apache.org on 2016/03/02 18:40:40 UTC, 0 replies.
- kafka git commit: KAFKA-3311; Prepare internal source topics before calling partition grouper - posted by gu...@apache.org on 2016/03/02 22:43:53 UTC, 0 replies.
- kafka git commit: MINOR: Improve JavaDoc for some public classes. - posted by gu...@apache.org on 2016/03/03 01:11:23 UTC, 0 replies.
- kafka git commit: KAFKA-3290: fix transient test failures in WorkerSourceTaskTest - posted by gw...@apache.org on 2016/03/03 02:22:19 UTC, 0 replies.
- kafka git commit: MINOR: fix typo - posted by gw...@apache.org on 2016/03/03 02:23:36 UTC, 0 replies.
- kafka git commit: KAFKA-2784: swallow exceptions when mirror maker exits. - posted by gw...@apache.org on 2016/03/03 03:22:33 UTC, 0 replies.
- kafka git commit: KAFKA-2944: Replaced the NPE with a nicer error and clean exit and added debug message to assist with figuring this out. - posted by ew...@apache.org on 2016/03/03 03:51:19 UTC, 0 replies.
- kafka git commit: HOTFIX: Fix checkstyle failure in KStreams by providing fully qualified class names. - posted by gu...@apache.org on 2016/03/03 08:42:21 UTC, 0 replies.
- kafka git commit: KAFKA-3324; NullPointerException in StreamPartitionAssignor - posted by ew...@apache.org on 2016/03/03 11:53:25 UTC, 0 replies.
- kafka git commit: KAFKA-2934; Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig - posted by ew...@apache.org on 2016/03/03 17:55:18 UTC, 0 replies.
- kafka git commit: HOTFIX: Avoid NPE in StreamsPartitionAssignor - posted by gu...@apache.org on 2016/03/03 17:57:25 UTC, 0 replies.
- kafka git commit: KAFKA-3314: Add CDDL license to LICENSE and NOTICE file - posted by gw...@apache.org on 2016/03/03 20:43:22 UTC, 0 replies.
- kafka git commit: MINOR: Fix typos in docs - posted by gw...@apache.org on 2016/03/03 20:46:21 UTC, 0 replies.
- kafka git commit: KAFKA-3325: Out of date instructions in quickstart guide - posted by gw...@apache.org on 2016/03/03 20:47:36 UTC, 0 replies.
- kafka git commit: HOTFIX: Include RocksDB dependency in release tarballs - posted by ju...@apache.org on 2016/03/03 22:41:23 UTC, 0 replies.
- kafka git commit: KAFKA-3290: fix race condition with worker task shutdown and mock validation - posted by gw...@apache.org on 2016/03/03 23:58:47 UTC, 0 replies.
- kafka git commit: KAFKA-3286: Add plugin to quickly check for outdated dependencies - posted by gw...@apache.org on 2016/03/04 00:10:22 UTC, 0 replies.
- kafka git commit: KAFKA-3310; Fix for NPEs observed when throttling clients. - posted by ju...@apache.org on 2016/03/04 01:17:05 UTC, 0 replies.
- kafka git commit: KAFKA-3187: Make kafka-acls.sh help messages more generic. - posted by gw...@apache.org on 2016/03/04 02:34:42 UTC, 0 replies.
- kafka git commit: KAFKA-3281: Improve message of *-server-stop.sh when process is not running - posted by gw...@apache.org on 2016/03/04 02:41:52 UTC, 0 replies.
- kafka git commit: HOTFIX: Generate javadocs for all Streams packages with the exception of internals - posted by gw...@apache.org on 2016/03/04 19:28:59 UTC, 0 replies.
- kafka git commit: KAFKA-3299: Ensure that reading config log on rebalance doesn't hang the herder - posted by ew...@apache.org on 2016/03/04 23:21:30 UTC, 0 replies.
- kafka git commit: KAFKA-3233: expose consumer per-topic metrics - posted by gu...@apache.org on 2016/03/06 00:17:29 UTC, 0 replies.
- kafka git commit: KAFKA-3339: Fix java docs for seekToEnd and seekToBeginning. - posted by gw...@apache.org on 2016/03/07 20:28:46 UTC, 0 replies.
- kafka git commit: MINOR: streams javadoc corrections - posted by gw...@apache.org on 2016/03/07 20:32:37 UTC, 0 replies.
- kafka git commit: KAFKA-3341: Improve error handling on invalid requests - posted by gw...@apache.org on 2016/03/07 20:34:16 UTC, 0 replies.
- kafka git commit: MINOR: Remove usage of deprecated junit.framework.Assert - posted by gw...@apache.org on 2016/03/08 03:24:21 UTC, 0 replies.
- kafka git commit: MINOR: tidy up spacing for ConsumerGroupCommand related to KAFKA-1476 … - posted by gw...@apache.org on 2016/03/08 03:30:04 UTC, 0 replies.
- kafka git commit: KAFKA-2068; KAFKA-2069; Replace OffsetCommit and OffsetFetch Request/… - posted by gw...@apache.org on 2016/03/08 03:33:55 UTC, 0 replies.
- kafka git commit: KAFKA-3201: Added rolling upgrade system tests from 0.8 and 0.9 to 0.10 - posted by ew...@apache.org on 2016/03/08 08:18:41 UTC, 0 replies.
- kafka git commit: KAFKA-3197; Fix producer sending records out of order - posted by jj...@apache.org on 2016/03/08 23:07:12 UTC, 0 replies.
- kafka git commit: KAFKA-3343; Use NoTimestamp in GroupMetadataManager when message v0 i… - posted by ju...@apache.org on 2016/03/09 01:34:12 UTC, 0 replies.
- kafka git commit: MINOR: Ignoring streams tests until there is fix for KAFKA-3354 - posted by gu...@apache.org on 2016/03/09 06:40:44 UTC, 0 replies.
- kafka git commit: KAFKA-3237: Allow ConfigDef options with no default and validator - posted by ew...@apache.org on 2016/03/09 06:56:53 UTC, 0 replies.
- kafka git commit: MINOR: Clean up of ProducerConfig documentation, including correction for block.on.buffer.full - posted by ew...@apache.org on 2016/03/09 07:53:55 UTC, 0 replies.
- kafka git commit: KAFKA-3279: Remove checks for JAAS system property - posted by ew...@apache.org on 2016/03/09 08:40:23 UTC, 0 replies.
- kafka git commit: MINOR: Update gradlew.bat as per latest gradle release - posted by ew...@apache.org on 2016/03/09 18:24:33 UTC, 0 replies.
- kafka git commit: KAFKA-3352: Avoid DNS reverse lookups - posted by gw...@apache.org on 2016/03/09 23:20:04 UTC, 0 replies.
- kafka git commit: KAFKA-3357; Update to Scala 2.11.8 - posted by gw...@apache.org on 2016/03/10 02:57:28 UTC, 0 replies.
- kafka git commit: KAFKA-3361: Initial protocol documentation page and generation - posted by gw...@apache.org on 2016/03/10 06:14:11 UTC, 0 replies.
- kafka git commit: MINOR: KAFKA-3361 follow up - posted by gw...@apache.org on 2016/03/10 06:55:09 UTC, 0 replies.
- kafka git commit: KAFKA-3361: Initial protocol documentation page and generation (0.9) - posted by gw...@apache.org on 2016/03/10 07:02:29 UTC, 0 replies.
- kafka git commit: KAFKA-3344: Remove previous system test's leftover test-log4j.properties - posted by ew...@apache.org on 2016/03/10 08:55:37 UTC, 0 replies.
- kafka git commit: MINOR: Add header and footer to protocol docs - posted by gw...@apache.org on 2016/03/10 19:45:11 UTC, 1 replies.
- [1/3] kafka-site git commit: Add protocol guide - posted by gw...@apache.org on 2016/03/10 20:11:44 UTC, 0 replies.
- [2/3] kafka-site git commit: Add protocol guide - posted by gw...@apache.org on 2016/03/10 20:11:45 UTC, 0 replies.
- [3/3] kafka-site git commit: Add protocol guide - posted by gw...@apache.org on 2016/03/10 20:11:46 UTC, 0 replies.
- kafka git commit: MINOR: Fix system test broken by change of consumer group tool output format - posted by ew...@apache.org on 2016/03/10 20:12:19 UTC, 0 replies.
- kafka git commit: KAFKA-3318: clean up consumer logging and error messages - posted by gw...@apache.org on 2016/03/10 20:29:13 UTC, 0 replies.
- kafka git commit: MINOR: Increased default EC2 instance size - posted by gw...@apache.org on 2016/03/10 21:13:09 UTC, 0 replies.
- kafka git commit: MINOR: Add unit test for internal topics - posted by ew...@apache.org on 2016/03/10 23:54:58 UTC, 0 replies.
- kafka git commit: MINOR: update compression design doc to include lz4 protocol - posted by gu...@apache.org on 2016/03/11 19:56:28 UTC, 0 replies.
- [1/2] kafka git commit: KAFKA-2073: migrate to client-side topic metadata request/response - posted by gw...@apache.org on 2016/03/11 20:12:04 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-2073: migrate to client-side topic metadata request/response - posted by gw...@apache.org on 2016/03/11 20:12:05 UTC, 0 replies.
- kafka git commit: KAFKA-2960 KAFKA-1148; Clear purgatory for partitions before becoming follower - posted by jj...@apache.org on 2016/03/11 20:22:28 UTC, 0 replies.
- kafka git commit: KAFKA-3380; Add system test for GetOffsetShell tool - posted by gw...@apache.org on 2016/03/11 21:17:50 UTC, 0 replies.
- kafka git commit: KAFKA-3047: Explicit offset assignment in Log.append can corrupt the log - posted by gu...@apache.org on 2016/03/12 02:53:36 UTC, 0 replies.
- kafka git commit: KAFKA-2551; Update Unclean leader election docs - posted by sr...@apache.org on 2016/03/14 04:33:18 UTC, 0 replies.
- kafka git commit: KAFKA-3395: prefix job id to internal topic names - posted by gu...@apache.org on 2016/03/14 22:50:29 UTC, 0 replies.
- kafka git commit: MINOR: Remove unused method, redundant in interface definition and add final for object used in sychronization - posted by gu...@apache.org on 2016/03/14 23:09:53 UTC, 0 replies.
- kafka git commit: KAFKA-3373; add 'log' prefix to configurations in KIP-31/32 - posted by gw...@apache.org on 2016/03/15 03:13:31 UTC, 0 replies.
- kafka git commit: KAFKA-3375; Suppress deprecated warnings where reasonable and tweak compiler settings - posted by gw...@apache.org on 2016/03/15 03:14:43 UTC, 0 replies.
- kafka git commit: KAFKA-3013: Display the topic-partition in the exception message for expired batches in recordAccumulator - posted by gw...@apache.org on 2016/03/15 03:22:11 UTC, 0 replies.
- [1/2] kafka git commit: KAFKA-1215; Rack-Aware replica assignment option - posted by ju...@apache.org on 2016/03/15 18:03:10 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-1215; Rack-Aware replica assignment option - posted by ju...@apache.org on 2016/03/15 18:03:11 UTC, 0 replies.
- kafka git commit: MINOR: kstream/ktable counting method with default long serdes - posted by gu...@apache.org on 2016/03/15 20:08:29 UTC, 0 replies.
- kafka git commit: MINOR: Add test that verifies fix for KAFKA-3047 - posted by gu...@apache.org on 2016/03/15 20:15:19 UTC, 0 replies.
- kafka git commit: MINOR: Remove unused import in `WordCountJob` to fix checkstyle failure - posted by ew...@apache.org on 2016/03/15 21:37:47 UTC, 0 replies.
- kafka git commit: KAFKA-3260 - Added SourceTask.commitRecord - posted by ew...@apache.org on 2016/03/15 22:32:33 UTC, 0 replies.
- kafka git commit: MINOR: KAFKA-3260 follow up, fix commitRecord calls in tests - posted by ew...@apache.org on 2016/03/16 16:26:49 UTC, 0 replies.
- kafka git commit: KAFKA-3371: ClientCompatibilityTest system test failing - posted by ew...@apache.org on 2016/03/16 16:47:55 UTC, 0 replies.
- kafka git commit: KAFKA-3403: Upgrade ZkClient to 0.8 - posted by gw...@apache.org on 2016/03/16 23:07:42 UTC, 0 replies.
- kafka git commit: KAFKA-3402; Restore behaviour of MetadataCache.getTopicMetadata when unsupported security protocol is received - posted by gw...@apache.org on 2016/03/17 00:15:59 UTC, 0 replies.
- kafka git commit: KAFKA-3303; Pass partial record metadata to ProducerInterceptor.onAcknowledgement on error - posted by ju...@apache.org on 2016/03/17 01:29:33 UTC, 0 replies.
- [1/2] kafka git commit: KAFKA-3411: Streams: stop using "job" terminology, rename job.id to application.id - posted by gu...@apache.org on 2016/03/17 18:41:53 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-3411: Streams: stop using "job" terminology, rename job.id to application.id - posted by gu...@apache.org on 2016/03/17 18:41:54 UTC, 0 replies.
- kafka git commit: KAFKA-3392: ConsumerRecords iterator throws NoSuchElementException when a TopicPartition is empty - posted by gu...@apache.org on 2016/03/17 18:52:37 UTC, 0 replies.
- kafka git commit: KAFKA-2832: Add a consumer config option to exclude internal topics - posted by gw...@apache.org on 2016/03/17 20:33:51 UTC, 0 replies.
- kafka git commit: KAFKA-3188: Compatibility test for old and new clients with 0.10 broker - posted by gw...@apache.org on 2016/03/17 21:17:04 UTC, 0 replies.
- [1/2] kafka git commit: KAFKA-3315: Add REST and Connector API to expose connector configuration - posted by ew...@apache.org on 2016/03/17 21:26:17 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-3315: Add REST and Connector API to expose connector configuration - posted by ew...@apache.org on 2016/03/17 21:26:18 UTC, 0 replies.
- kafka git commit: KAFKA-3414; Return of MetadataCache.getAliveBrokers should not be mutated by cache updates - posted by gw...@apache.org on 2016/03/17 21:56:30 UTC, 0 replies.
- kafka git commit: KAFKA-3373; MINOR: follow-up, a few val renames remaining - posted by gw...@apache.org on 2016/03/17 22:00:00 UTC, 0 replies.
- kafka git commit: KAFKA-3250: release tarball is unnecessarily large due to duplicate l… - posted by gw...@apache.org on 2016/03/17 22:14:16 UTC, 0 replies.
- kafka git commit: KAFKA-3330; Truncate log cleaner offset checkpoint if the log is truncated - posted by ju...@apache.org on 2016/03/17 23:21:30 UTC, 0 replies.
- kafka git commit: KAFKA-3202: System test that changes message version on the fly - posted by gw...@apache.org on 2016/03/17 23:37:40 UTC, 0 replies.
- [1/4] kafka git commit: KAFKA-3336: Unify Serializer and Deserializer into Serialization - posted by gu...@apache.org on 2016/03/17 23:42:03 UTC, 0 replies.
- [2/4] kafka git commit: KAFKA-3336: Unify Serializer and Deserializer into Serialization - posted by gu...@apache.org on 2016/03/17 23:42:04 UTC, 0 replies.
- [3/4] kafka git commit: KAFKA-3336: Unify Serializer and Deserializer into Serialization - posted by gu...@apache.org on 2016/03/17 23:42:05 UTC, 0 replies.
- [4/4] kafka git commit: KAFKA-3336: Unify Serializer and Deserializer into Serialization - posted by gu...@apache.org on 2016/03/17 23:42:06 UTC, 0 replies.
- kafka git commit: KAFKA-2982; Mark the old Scala producer and related classes as deprecated - posted by gw...@apache.org on 2016/03/18 02:12:46 UTC, 0 replies.
- kafka git commit: HOTFIX: Renamed tests to match expected suffix - posted by ew...@apache.org on 2016/03/18 20:02:02 UTC, 0 replies.
- [1/2] kafka git commit: KAFKA-3422: Add overloading functions without serdes in Streams DSL - posted by gu...@apache.org on 2016/03/18 20:39:46 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-3422: Add overloading functions without serdes in Streams DSL - posted by gu...@apache.org on 2016/03/18 20:39:47 UTC, 0 replies.
- kafka git commit: KAFKA-3394; allow null offset metadata in commit API - posted by ju...@apache.org on 2016/03/18 21:37:38 UTC, 0 replies.
- kafka git commit: KAFKA-3397: use -1(latest) as time default value for tools.GetOffsetShell - posted by gu...@apache.org on 2016/03/18 21:43:17 UTC, 0 replies.
- kafka git commit: KAFKA-3006: standardize KafkaConsumer API to use Collection - posted by gw...@apache.org on 2016/03/19 00:07:26 UTC, 0 replies.
- kafka git commit: KAFKA-3378; Client blocks forever if SocketChannel connects instantly - posted by gw...@apache.org on 2016/03/19 00:13:37 UTC, 0 replies.
- kafka git commit: KAFKA-3427: broker can return incorrect version of fetch response when the broker hits an unknown exception - posted by gw...@apache.org on 2016/03/20 02:05:00 UTC, 0 replies.
- kafka git commit: KAFKA-3424: Add CORS support to Connect REST API - posted by gw...@apache.org on 2016/03/20 02:39:56 UTC, 0 replies.
- kafka git commit: KAFKA-3328: SimpleAclAuthorizer can lose ACLs with frequent add/remov… - posted by gw...@apache.org on 2016/03/20 08:46:17 UTC, 0 replies.
- kafka git commit: MINOR: Add vagrant up wrapper for simple parallel bringup on aws - posted by ew...@apache.org on 2016/03/21 00:46:55 UTC, 0 replies.
- kafka git commit: KAFKA-3378; Follow-up to ensure we `finishConnect` for immediately connected keys - posted by ju...@apache.org on 2016/03/21 03:58:38 UTC, 0 replies.
- kafka git commit: MINOR: Fix FetchRequest.getErrorResponse for version 1 - posted by ju...@apache.org on 2016/03/21 04:19:59 UTC, 0 replies.
- [kafka] Git Push Summary - posted by gw...@apache.org on 2016/03/21 17:38:23 UTC, 2 replies.
- kafka git commit: Changing version to 0.10.0.0 - posted by gw...@apache.org on 2016/03/21 17:48:11 UTC, 0 replies.
- kafka git commit: Changing version to 0.10.1.0-SNAPSHOT - posted by gw...@apache.org on 2016/03/21 17:53:46 UTC, 0 replies.
- kafka-site git commit: Adding Gwen's keys to KEYS file - posted by gw...@apache.org on 2016/03/21 19:57:25 UTC, 0 replies.
- kafka git commit: MINOR: Add InterfaceStability.Unstable annotations to some Kafka Streams public APIs - posted by gu...@apache.org on 2016/03/21 20:06:11 UTC, 1 replies.
- [1/6] kafka-site git commit: adding 0.10.0 documentation - posted by gw...@apache.org on 2016/03/21 21:03:32 UTC, 0 replies.
- [2/6] kafka-site git commit: adding 0.10.0 documentation - posted by gw...@apache.org on 2016/03/21 21:03:33 UTC, 0 replies.
- [3/6] kafka-site git commit: adding 0.10.0 documentation - posted by gw...@apache.org on 2016/03/21 21:03:34 UTC, 0 replies.
- [4/6] kafka-site git commit: adding 0.10.0 documentation - posted by gw...@apache.org on 2016/03/21 21:03:35 UTC, 0 replies.
- [5/6] kafka-site git commit: adding 0.10.0 documentation - posted by gw...@apache.org on 2016/03/21 21:03:36 UTC, 0 replies.
- [6/6] kafka-site git commit: adding 0.10.0 documentation - posted by gw...@apache.org on 2016/03/21 21:03:37 UTC, 0 replies.
- kafka git commit: MINOR: fix documentation version - posted by ew...@apache.org on 2016/03/21 21:16:08 UTC, 1 replies.
- kafka git commit: MINOR: update new version in additional places - posted by ew...@apache.org on 2016/03/21 21:41:13 UTC, 1 replies.
- kafka-site git commit: fixing misversion in 0.10.0 docs - posted by gw...@apache.org on 2016/03/21 21:50:59 UTC, 0 replies.
- kafka git commit: KAFKA-3412: multiple asynchronous commits causes send failures - posted by ew...@apache.org on 2016/03/22 04:47:49 UTC, 1 replies.
- kafka git commit: KAFKA-3435: Remove `Unstable` annotation from new Java Consumer - posted by gw...@apache.org on 2016/03/22 19:53:19 UTC, 1 replies.
- kafka git commit: MINOR: Remove the very misleading comment lines - posted by gw...@apache.org on 2016/03/22 19:58:09 UTC, 1 replies.
- kafka git commit: KAFKA-3426; Improve protocol type errors when invalid sizes are received - posted by gw...@apache.org on 2016/03/22 20:39:13 UTC, 1 replies.
- kafka git commit: KAFKA-3319: improve session timeout broker/client config documentation - posted by gu...@apache.org on 2016/03/22 21:09:16 UTC, 1 replies.
- kafka git commit: KAFKA-3219: Fix long topic name validation - posted by gw...@apache.org on 2016/03/22 21:10:12 UTC, 1 replies.
- kafka git commit: KAFKA-3435: Follow up to fix checkstyle - posted by gw...@apache.org on 2016/03/22 22:09:15 UTC, 1 replies.
- kafka git commit: KAFKA-3301; CommonClientConfigs.METRICS_SAMPLE_WINDOW_MS_DOC is incor… - posted by ju...@apache.org on 2016/03/22 23:01:10 UTC, 1 replies.
- kafka git commit: KAFKA-3447; partitionState in UpdateMetadataRequest not logged properly state-change log - posted by ju...@apache.org on 2016/03/23 02:20:13 UTC, 1 replies.
- kafka git commit: KAFKA-3431: Remove `o.a.k.common.BrokerEndPoint` in favour of `Node` - posted by gw...@apache.org on 2016/03/23 03:13:31 UTC, 1 replies.
- kafka git commit: KAFKA-3442; Fix FileMessageSet iterator. - posted by ju...@apache.org on 2016/03/23 15:16:06 UTC, 1 replies.
- kafka git commit: KAFKA-3409: handle CommitFailedException in MirrorMaker - posted by gu...@apache.org on 2016/03/23 17:47:49 UTC, 1 replies.
- kafka git commit: KAFKA-3441: 0.10.0 documentation still says "0.9.0" - posted by gw...@apache.org on 2016/03/23 20:54:30 UTC, 1 replies.
- kafka git commit: KAFKA-3432; Cluster.update() thread-safety - posted by gu...@apache.org on 2016/03/23 21:53:42 UTC, 1 replies.
- kafka git commit: HOTFIX: fix NPE in changelogger - posted by gu...@apache.org on 2016/03/23 22:25:12 UTC, 1 replies.
- kafka git commit: MINOR: remove streams-smoke-test.sh - posted by gu...@apache.org on 2016/03/23 22:57:07 UTC, 1 replies.
- kafka git commit: MINOR: Revert 0.10.0 branch to SNAPSHOT per change in release process - posted by gw...@apache.org on 2016/03/23 23:41:19 UTC, 0 replies.
- kafka git commit: KAFKA-3434; add old constructor to ConsumerRecord - posted by ew...@apache.org on 2016/03/24 06:36:42 UTC, 1 replies.
- kafka git commit: KAFKA-3445: Validate TASKS_MAX_CONFIG's lower bound - posted by ew...@apache.org on 2016/03/24 18:12:34 UTC, 0 replies.
- kafka git commit: KAFKA-3407 - ErrorLoggingCallback trims helpful diagnostic information. - posted by ew...@apache.org on 2016/03/24 19:03:51 UTC, 0 replies.
- kafka git commit: KAFKA-3460: Remove old 0.7 KafkaMigrationTool - posted by gw...@apache.org on 2016/03/25 18:07:08 UTC, 1 replies.
- kafka git commit: KAFKA-3463: change default receive buffer size for consumer to 64K - posted by gw...@apache.org on 2016/03/25 20:51:59 UTC, 1 replies.
- kafka git commit: KAFKA-3449: Rename filterOut() to filterNot() to achieve better terminology - posted by gu...@apache.org on 2016/03/25 23:00:49 UTC, 1 replies.
- kafka git commit: KAFKA-3454: add Kafka Streams web docs - posted by gw...@apache.org on 2016/03/26 00:05:01 UTC, 1 replies.
- kafka git commit: KAFKA-3316: Add REST API for listing connector plugins - posted by ew...@apache.org on 2016/03/26 00:47:06 UTC, 1 replies.
- kafka git commit: KAFKA-3388; Fix expiration of batches sitting in the accumulator - posted by ju...@apache.org on 2016/03/26 17:23:08 UTC, 1 replies.
- kafka git commit: MINOR: Fix typo and tweak wording in `RecordAccumulator` comments - posted by ju...@apache.org on 2016/03/28 18:00:07 UTC, 1 replies.
- [1/2] kafka-site git commit: Docs for 0.10.0.0, release candidate 2 - posted by gw...@apache.org on 2016/03/28 23:26:32 UTC, 0 replies.
- [2/2] kafka-site git commit: Docs for 0.10.0.0, release candidate 2 - posted by gw...@apache.org on 2016/03/28 23:26:33 UTC, 0 replies.
- kafka git commit: MINOR: Remove a couple of redundant `CoreUtils.rm` methods - posted by gu...@apache.org on 2016/03/28 23:35:36 UTC, 1 replies.
- kafka git commit: HOTFIX: RocksDBStore must clear dirty flags after flush - posted by gu...@apache.org on 2016/03/29 22:30:59 UTC, 1 replies.
- kafka git commit: KAFKA-3425: add missing upgrade notes - posted by gu...@apache.org on 2016/03/29 23:19:06 UTC, 1 replies.
- kafka git commit: MINOR: Advance system test ducktape dependency from 0.3.10 to 0.4.0 - posted by ew...@apache.org on 2016/03/30 09:50:54 UTC, 1 replies.
- kafka git commit: MINOR: a simple benchmark for Streams - posted by gu...@apache.org on 2016/03/30 23:26:08 UTC, 1 replies.
- kafka git commit: KAFKA-3475; Introduce our own `MiniKdc` - posted by gw...@apache.org on 2016/03/31 04:30:39 UTC, 1 replies.
- kafka git commit: KAFKA-3381: Add system test for SimpleConsumerShell - posted by gw...@apache.org on 2016/03/31 04:33:41 UTC, 1 replies.
- kafka git commit: KAFKA-3451: Add basic HTML coverage report generation to gradle - posted by gw...@apache.org on 2016/03/31 19:08:01 UTC, 1 replies.