1285 Commits (b9f11796944056a5b3c7440033d587d19290b3c3)

Author SHA1 Message Date
Jason Gustafson 660c0c0aa3 KAFKA-6238; Fix inter-broker protocol message format compatibility check 7 years ago
Manikumar Reddy O ac2536e77e KAFKA-5624; Add expiry check to sensor.add() methods (#4404) 7 years ago
Jason Gustafson 1547cf6de8 KAFKA-6554; Missing lastOffsetDelta validation before log append (#4585) 7 years ago
ying-zheng 13caded15e KAFKA-6430: Add buffer for gzip streams (#4537) 7 years ago
dan norwood 55aa7de62a MINOR: Make it explicit in consumer docs that poll() is needed for callback to run (#4480) 7 years ago
Jason Gustafson f12d237fdd
MINOR: Free sends in MultiSend as they complete (#4574) 7 years ago
Eugene Sevastyanov 004ef6b04b MINOR: Cache Node's hashCode to improve the producer's performance (#4350) 7 years ago
Rajini Sivaram 1067cc3422
KAFKA-6512: Discard references to buffers used for compression (#4570) 7 years ago
Rajini Sivaram 015e224b3d
MINOR: Support dynamic JAAS config for broker's LoginManager cache (#4568) 7 years ago
Sebastian Bauersfeld 50cd855385 HOTFIX: Fix lgtm.com alerts (dead code and out-of-bounds error) (#4388) 7 years ago
Rajini Sivaram 38e9958d6e
KAFKA-6476: Documentation for dynamic broker configuration (#4558) 7 years ago
Bill Bejeck 27b56b1458 KAFKA-6364: Second check for ensuring changelog topic not changed during restore (#4511) 7 years ago
Jason Gustafson 6d18d882b8
KAFKA-6397: Consumer should not block setting positions of unavailable partitions (#4557) 7 years ago
Manikumar Reddy O 36b00300f5 MINOR: Update log condition in JassContext.loadServerContext (#4566) 7 years ago
Guozhang Wang f3a3253e24
HOTFIX: Fix reset integration test hangs on busy wait (#4491) 7 years ago
Magnus Reftel 234b54c2c4 MINOR: more details in error message descriptions (#3267) 7 years ago
Benedict Jin 2693e9be74 MINOR: Misc improvements on runtime / storage / metrics / config parts (#4525) 7 years ago
Rajini Sivaram d030caf956 MINOR: Use enum for close mode in Selector instead of two booleans (#4559) 7 years ago
Kamal C 83b058a0d1 MINOR: Code cleanup (#4229) 7 years ago
Vahid Hashemian 596d3d0ec4 KAFKA-5944: Unit tests for handling SASL authentication failures in clients (#3965) 7 years ago
parafiend fc56a90e05 KAFKA-6529: Stop file descriptor leak when client disconnects with staged receives (#4517) 7 years ago
huxi ac267dc5ce KAFKA-6362; Async auto-commit should discover coordinator if it is unknown (#4326) 7 years ago
Guangxian 8a2d00fc44 KAFKA-6405: Fix incorrect comment in MetadataUpdater (#4361) 7 years ago
Rajini Sivaram 65b5ccf641
KAFKA-6532: Reduce impact of delegation tokens on public interfaces (#4524) 7 years ago
Jun Rao caf03d642b Minor: fix compilation error in KAFKA-6254 7 years ago
Wladimir Schmidt c32860b224 MINOR: exchange redundant Collections.addAll with parameterized constructor (#4521) 7 years ago
huxihx 7c97b239a5 KAFKA-6184; report a metric of the lag between the consumer offset ... 7 years ago
Randall Hauch 447c64fffb KAFKA-5987: Maintain order of metric tags in generated documentation 7 years ago
Colin P. Mccabe 7fe1c2b3d3 KAFKA-6254; Incremental fetch requests 7 years ago
Rajini Sivaram 4019b21d60 KAFKA-6246; Dynamic update of listeners and security configs (#4488) 7 years ago
Rajini Sivaram 505adefcec KAFKA-6494; ConfigCommand update to use AdminClient for broker configs (#4503) 7 years ago
Jiangjie Qin 7804ea173b KAFKA-6489; Fetcher.retrieveOffsetsByTimes() should batch the metadata fetch. 7 years ago
Vahid Hashemian 1ed6da7cc8 KAFKA-6275: Add DeleteGroups API (KIP-229) (#4479) 7 years ago
Soenke Liebau 530bc59de2 KAFKA-4930: Enforce set of legal characters for connector names (KIP-212) 7 years ago
Steven Aerts ae42cc8030 KAFKA-6018: Make KafkaFuture.Future an interface (KIP-218) 7 years ago
Jakub Scholz 3431be2aeb KAFKA-4029: SSL support for Connect REST API (KIP-208) 7 years ago
Colin Patrick McCabe ef93998fa7 KAFKA-6418; AdminClient should handle empty or null topic names better (#4470) 7 years ago
Rajini Sivaram 70d3b19b11
KAFKA-6243: Enable dynamic updates of broker metrics reporters (#4464) 7 years ago
Sean McCauliff d97e63b260 KAFKA-6345; Keep a separate count of in-flight requests to avoid ConcurrentModificationException. 7 years ago
Ron Dagostino b7a0c327cc KAFKA-6464: Fix Base64URL encode padding issue under JRE 1.7 (#4455) 7 years ago
Matthias J. Sax a78f66a5ae KAFKA-3625: Add public test utils for Kafka Streams (#4402) 7 years ago
Vahid Hashemian 1e04f5d234 MINOR: Fix Javadoc Issues (#4190) 7 years ago
Colin Patrick McCabe e8b30e4d25 MINOR: MetadataResponse#toStruct should serialize null leaders correctly. (#4449) 7 years ago
Koen De Groote 1fef10d47f MINOR: Replace empty string concattenation with String.valueOf() where possible. (#4369) 7 years ago
Antony Stubbs 4a274bc9fd MINOR: JavaDoc improvements for RangeAssignor (#4079) 7 years ago
ekenny a9af5c7963 MINOR: Changed javadoc on KafkaConsumer#endOffsets (#3470) 7 years ago
Manikumar Reddy O 6d266907cd KAFKA-4991; Resolve findbugs warnings in KerberosLogin (#4394) 7 years ago
Charly Molter aa42a11dfd KAFKA-6180; Add a Validator for NonNull configurations and remove redundant null checks on lists (#4188) 7 years ago
Rajini Sivaram b814a16b96 KAFKA-6241; Enable dynamic updates of broker SSL keystore (#4263) 7 years ago
Jason Gustafson ca30c2d55b
KAFKA-6366: Fix stack overflow in consumer due to many offset commits during coordinator disconnect (#4349) 7 years ago