773 Commits (3bcadbfb474f6caccc939fb3775a6f969d136af7)

Author SHA1 Message Date
Onur Karaman 8429db937e KAFKA-3661; fix NPE in o.a.k.c.c.RoundRobinAssignor when topic metadata not found 9 years ago
Jason Gustafson 32bf83e5a7 KAFKA-3659: Handle coordinator disconnects more gracefully in client 9 years ago
Liquan Pei ad31650978 KAFKA-3527: Consumer commitAsync should not expose internal exceptions 9 years ago
Rajini Sivaram 64451af9e0 KAFKA-3652; Return error response for unsupported version of ApiVersionsRequest 9 years ago
Guozhang Wang c8c6ac3f6d KAFKA-3639; Configure default serdes upon construction 9 years ago
Ewen Cheslack-Postava 03a1f7d39c MINOR: Handle null values in validators 9 years ago
Chen Zhu 94e12a2e1f KAFKA-3648; maxTimeToBlock in BufferPool.allocate should be enforced 9 years ago
Liquan Pei af01378843 MINOR: Clean up of ConsumerCoordinator and PartitionAssignor 9 years ago
Som Sahu 88e5d5a9a1 KAFKA-3448; Support zone index in IPv6 regex 9 years ago
Ismael Juma c7425be5be KAFKA-3128; Add metrics for ZooKeeper events zookeeper metrics 9 years ago
Yuto Kawamura 1f528815de KAFKA-3642: Fix NPE from ProcessorStateManager when the changelog topic not exists 9 years ago
Grant Henke 9eaf529ffb KAFKA-3644; Use Boolean protocol type for StopReplicaRequest delete_p… 9 years ago
Zack Dever 94d1878a9b MINOR: change initial value of Min stat to Double.MAX_VALUE (not MIN) 9 years ago
Grant Henke 096b8b84e0 KAFKA-3641; Fix RecordMetadata constructor backward compatibility 9 years ago
Rajini Sivaram 69d9a669d7 KAFKA-3618; Handle ApiVersionsRequest before SASL authentication 9 years ago
Jason Gustafson fe6c481b38 KAFKA-3418: add javadoc section describing consumer failure detection 9 years ago
Rajini Sivaram 3a496f480d KAFKA-3617; Unit tests for SASL authenticator 9 years ago
Grant Henke 669be7fadc KAFKA-3631; Fix Struct.toString for nullable arrayOf 9 years ago
Ashish Singh 8407dac6ee KAFKA-3307; Add ApiVersions Request/Response and server side handling. 9 years ago
Manikumar reddy O 77fa0b116f KAFKA-3406; Update CommonClientConfigs.RETRY_BACKOFF_MS_DOC doc string 9 years ago
Grant Henke 33d745e2dc KAFKA-3306: Change metadata response to include required additional fi… 9 years ago
Rajini Sivaram 5b375d7bf9 KAFKA-3149; Extend SASL implementation to support more mechanisms 9 years ago
Rafael Winterhalter 2790d0cb1f MINOR: Changed port of bootstrap server to default 9 years ago
Guozhang Wang 1a73629bb4 KAFKA-3607: Close KStreamTestDriver upon completing; follow-up fixes to be tracked in KAFKA-3623 9 years ago
Guozhang Wang a02c8aaecf KAFKA-3499: prevent array typed keys in KeyValueStore 9 years ago
Jason Gustafson e7d04c2515 KAFKA-3602; Rename RecordAccumulator dequeFor() and fix usage 9 years ago
Manikumar reddy O 3274004497 KAFKA-3594; After calling MemoryRecords.close() method, hasRoomFor() method should return false 9 years ago
Rajini Sivaram 9d71489ff0 KAFKA-3548: Use root locale for case transformation of constant strings 9 years ago
Jason Gustafson 8a863ecee7 KAFKA-3117: handle metadata updates during consumer rebalance 9 years ago
Jason Gustafson c9485b78a6 KAFKA-2370: kafka connect pause/resume API 9 years ago
Ishita Mandhan 0bf61039c8 MINOR: Fix typos in code comments 9 years ago
Liquan Pei 5236bf60de KAFKA-3526: Return string instead of object in ConfigKeyInfo and ConfigValueInfo 9 years ago
Grant Henke 065ddf9019 KAFKA-3549: Close consumers instantiated in consumer tests 9 years ago
Igor Stepanov 1ec842a3ea MINOR: fix incorrect exception message in KafkaProducer 9 years ago
Jason Gustafson 2a8fa28786 KAFKA-3528: handle wakeups while rebalancing more gracefully 9 years ago
Guozhang Wang 3a58407e2e KAFKA-3505: Fix punctuate generated record metadata 9 years ago
Rajini Sivaram 9c34df1511 KAFKA-3488; Avoid failing of unsent requests in consumer where possible 9 years ago
Ismael Juma 893e79af88 KAFKA-3489; Update request metrics if a client closes a connection while the broker response is in flight 9 years ago
Jason Gustafson 4ff667711f KAFKA-2998: log warnings when client is disconnected from bootstrap brokers 9 years ago
Ismael Juma b94a7812be KAFKA-3495; NetworkClient.blockingSendAndReceive` should rely on requestTimeout 9 years ago
Jason Gustafson ef3f053155 KAFKA-3419: clarify difference between topic subscription and partition assignment 9 years ago
Jason Gustafson dd5480a47e KAFKA-3486: fix autocommit when partitions assigned manually 9 years ago
Grant Henke b865413cd8 MINOR: Fix BNF output for protocol arrays conataining primitives in docs 9 years ago
Ismael Juma 78d91dcd88 KAFKA-3475; Introduce our own `MiniKdc` 9 years ago
Ismael Juma 43d5078e98 MINOR: Remove a couple of redundant `CoreUtils.rm` methods 9 years ago
Ismael Juma 4c0660bf3d MINOR: Fix typo and tweak wording in `RecordAccumulator` comments 9 years ago
Jiangjie Qin 1fbe445dde KAFKA-3388; Fix expiration of batches sitting in the accumulator 9 years ago
Jason Gustafson d691faf98c KAFKA-3463: change default receive buffer size for consumer to 64K 9 years ago
Jeremy Custenborder 2dc17230f9 KAFKA-3407 - ErrorLoggingCallback trims helpful diagnostic information. 9 years ago
Jason Gustafson cb78223bf9 KAFKA-3434; add old constructor to ConsumerRecord 9 years ago