2154 Commits (4f048c4f194a90ded5f0df35e4e23379272d5bc6)
 

Author SHA1 Message Date
Ismael Juma afda7c4dc7 MINOR: Remove unused imports from tests whose packages were fixed 9 years ago
Yasuhiro Matsuda 598851f19c MINOR: remove the init method from Serdes 9 years ago
Kim Christensen a58b459bdd KAFKA-2676: Fix incorrect package name in tests 9 years ago
Praveen Devarao e1d32bdffd KAFKA-3029: Mark TopicPartition and OffsetAndMetadata as Serializable 9 years ago
Ismael Juma 20afdcdd2e KAFKA-3075; Fix ClassCastException in `ZookeeperConsumerConnector.commitOffsets` 9 years ago
Ismael Juma 3cfa6da6f1 MINOR: Fix spelling and grammar issues in ReplicaFetcherThread detailed comment 9 years ago
Jakub Nowak 8f302c83c3 KAFKA-3086: Remove unused method in MirrorMaker. 9 years ago
Ismael Juma 91491986c0 KAFKA-3166; Disable SSL client authentication for SASL_SSL security protocol 9 years ago
Ben Stopford 962aec1a78 MINOR: Add Rolling Upgrade Notes to Security Docs 9 years ago
Jaikiran Pai 8e8b9cadea KAFKA-2221: Log the real exception which triggered a reconnect 9 years ago
Jiangjie Qin 87eccb9a3b KAFKA-2143: fix replica offset truncate to beginning during leader migration. 9 years ago
Michael Blume af0df0961f MINOR: Fix mis-spell in ConsumerConfig.scala 9 years ago
Denise Fernandez 9ce595d130 KAFKA-3103; Fix transient Failure in testIsrAfterBrokerShutDownAndJoinsBack 9 years ago
Ismael Juma a40a2a260a MINOR: Fix syntax used for comment in JAAS config file 9 years ago
Ismael Juma 523562c109 KAFKA-3152; kafka-acl doesn't allow space in principal name 9 years ago
Yasuhiro Matsuda 22de0a8ab5 MINOR: join test for windowed keys 9 years ago
Yasuhiro Matsuda 9ffa907d70 MINOR: remove FilteredIterator 9 years ago
Grant Henke e9a72ceab6 KAFKA-3132: URI scheme in "listeners" property should not be case-sen… 9 years ago
Vahid Hashemian 1388ed9ba2 KAFKA-3116; Specify minimum Gradle version required in Readme 9 years ago
Dmitry Stratiychuk 82c2191490 KAFKA-2478: Fix manual committing example in javadoc 9 years ago
Guozhang Wang 5ae97196ae KAFKA-3125: Add Kafka Streams Exceptions 9 years ago
Yasuhiro Matsuda 942074b77b MINOR: add equals and hashCode to Windowed 9 years ago
Ismael Juma 30d3cc6314 KAFKA-3100; Broker.createBroker should work if json is version > 2 and still compatible 9 years ago
Konrad 9f21837e99 KAFKA-3076; BrokerChangeListener should log the brokers in order 9 years ago
James Cheng fa6b90f97c KAFKA-3138: 0.9.0 docs still say that log compaction doesn't work on compressed topics. 9 years ago
Yifan Ying 5e8a084834 KAFKA-3134: Fix missing value.deserializer error during KafkaConsumer initialization 9 years ago
Piotr Szwed c8b60b6344 MINOR: Fixed undefined method `update_guest' 9 years ago
Vahid Hashemian d00cf520fb MINOR: Improve Kafka documentation 9 years ago
Ashish Singh 4f39b5bc5b KAFKA-2846: Add Ducktape test for kafka-consumer-groups 9 years ago
Ashish Singh bc9237701b KAFKA-3140: Fix PatternSyntaxException and hand caused by it in Mirro… 9 years ago
Guozhang Wang c197113a9c KAFKA-3066: Demo Examples for Kafka Streams 9 years ago
Micah Zoltu a19729fe61 MINOR: Fixes version lookup exception. 9 years ago
Guozhang Wang 21c6cfe50d KAFKA-3136: Rename KafkaStreaming to KafkaStreams 9 years ago
Grant Henke 91ba074e4a MINOR: Remove remnants of hadoop clients from kafka-run-class.sh 9 years ago
Geoff Anderson 7b2263946b MINOR: Vagrant AWS overrideable EC2 instance name prefix 9 years ago
Chen Shangan 4922a51edd KAFKA-2146: Fix adding partition did not find the correct startIndex. 9 years ago
Ismael Juma f2d4ed5bc4 MINOR: Upgrade note on compacted topics behaviour on receiving message without key 9 years ago
Ewen Cheslack-Postava 9577dc2358 KAFKA-3080: Fix ConsoleConsumerTest by checking version when service is started 9 years ago
David Jacot 79cda0472b KAFKA-2071: Replace Producer Request/Response with their org.apache.kafka.common.requests equivalents 9 years ago
Guozhang Wang 959cf09e86 KAFKA-3121: Remove aggregatorSupplier and add Reduce functions 9 years ago
Ismael Juma e4ef8e6640 KAFKA-3122; Fix memory leak in `Sender.completeBatch` on TOPIC_AUTHORIZATION_FAILED 9 years ago
Ismael Juma 23b8740d82 MINOR: Avoid unnecessary `ConcurrentHashMap.get` 9 years ago
Ismael Juma a1efe63320 MINOR: Fix javadoc for `PartitionInfo.leader()` 9 years ago
David Jacot 0a7f2bf335 MINOR: MemoryRecords.sizeInBytes throws NPE when non-writable. 9 years ago
Grant Henke b1d325b3c0 KAFKA-3091: Broker persists generated ID even when the ID can't be used due to duplicates 9 years ago
Grant Henke 5c337d7598 KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade 9 years ago
Atul Soman c06542edea KAFKA-3119: Adding -daemon option to zookeeper-server-start.sh USAGE, similar to kafka-server-start.sh 9 years ago
Guozhang Wang f75e335025 MINOR: complete built-in stream aggregate functions 9 years ago
Guozhang Wang a62eb5993f KAFKA-3104: add windowed aggregation to KStream 9 years ago
Grant Henke cc3570d1a2 KAFKA-2999: Errors enum should be a 1 to 1 mapping of error codes and… 9 years ago