2315 Commits (bf0675ac5f31d67a1c75baf211475b8fc98f1ef1)

Author SHA1 Message Date
Dhruvil Shah 837f31dd18 KAFKA-6927; Chunked down-conversion to prevent out of memory errors on broker [KIP-283] (#4871) 7 years ago
Jon Lee 1facab387f KAFKA-6028: Improve the quota throttle communication (KIP-219) 7 years ago
Dong Lin d99f4a0ffa KAFKA-6617; Improve controller performance by batching reassignment znode write operation 7 years ago
Rajini Sivaram 3a8d3a7927 KAFKA-6916; Refresh metadata in admin client if broker connection fails (#5050) 7 years ago
Manikumar Reddy O 8bf20bb586 MINOR: Update consumer javadoc for invalid operations on unassigned partitions (#5005) 7 years ago
John Roesler c470ff70d3 KAFKA-5697; Implement new consumer poll API from KIP-266 (#4855) 7 years ago
Chia-Ping Tsai 8d1e96181d MINOR: Replace unused variables by underscore (#5003) 7 years ago
Ron Dagostino 8c5d7e0408 KAFKA-6562: OAuth Authentication via SASL/OAUTHBEARER (KIP-255) (#4994) 7 years ago
Manikumar Reddy O d45d7ec781 KAFKA-2951; Add a test to verify produce, consume with ACLs for topic/group wildcard resources (#5054) 7 years ago
maytals 39fe105dfd Minor: Fixed ConsumerOffset#path (#5060) 7 years ago
yaphet ab3ff7101c KAFKA-6930: Convert byte array to string in KafkaZkClient debug log (#5061) 7 years ago
Jun Rao 345db59650
KAFKA-6937: In-sync replica delayed during fetch if replica throttle is exceeded (#5074) 7 years ago
Ismael Juma 70f0d0bd3f
MINOR: Use reflection for signal handler and do not enable it for IBM JDK (#5047) 7 years ago
Sasaki Toru 440445e7c5 KAFKA-2061; Offer a --version flag to print the kafka version [KIP-278] (#639) 7 years ago
Ismael Juma 7132a85fc3 KAFKA-6921; Remove old Scala producer and related code 7 years ago
Rajini Sivaram ff9f928c16 KAFKA-6911; Fix dynamic keystore/truststore update check (#5029) 7 years ago
Jason Gustafson e8847205f9
MINOR: Fix transiently failing consumer group admin integration test (#5067) 7 years ago
Ismael Juma a30ecc6755 MINOR: Remove o.a.kafka.common.utils.Base64 and IS_JAVA8_COMPATIBLE 7 years ago
Colin Patrick McCabe 16ad358d64 KAFKA-6868; Fix buffer underflow and expose group state in the consumer groups API (#4980) 7 years ago
Rajini Sivaram c53e274d31 KAFKA-6917; Process txn completion asynchronously to avoid deadlock (#5036) 7 years ago
Dong Lin 0bb48a1669 KAFKA-3473; More Controller Health Metrics (KIP-237) 7 years ago
Manikumar Reddy O ec7ba32af6 KAFKA-6394; Add a check to prevent misconfiguration of advertised listeners (#4897) 7 years ago
fedosov-alexander 6eb7cf1300 KAFKA-5965: Remove Deprecated AdminClient from Streams Resetter Tool (#4968) 7 years ago
Ismael Juma c3921d489f
MINOR: Rename RecordFormat to RecordVersion (#4809) 7 years ago
Rajini Sivaram 7ed7cca4c9 KAFKA-6893; Create processors before starting acceptor in SocketServer (#4999) 7 years ago
Anna Povzner 9679c44d2b KAFKA-6361: Fix log divergence between leader and follower after fast leader fail over (#4882) 7 years ago
Rajini Sivaram 0ecb72f59d
KAFKA-6834: Handle compaction with batches bigger than max.message.bytes (#4953) 7 years ago
Colin Patrick McCabe b27e098a7d MINOR: Fix trace logging in ReplicaManager (#4916) 7 years ago
Jason Gustafson bce10794a0 KAFKA-6879; Invoke session init callbacks outside lock to avoid Controller deadlock (#4977) 7 years ago
Anna Povzner a5318722c7 KAFKA-6857; Leader should reply with undefined offset if undefined leader epoch requested (#4967) 7 years ago
Rajini Sivaram 6dbd9b59e6 KAFKA-6854; Handle batches deleted during log cleaning of logs with txns (#4962) 7 years ago
Fedor Bobin de147837dd KAFKA-6853: ZooKeeperRequestLatencyMs is incorrect (#4961) 7 years ago
Ismael Juma 55cdc934fb
Upgrade ZooKeeper to 3.4.12 and Scala to 2.12.6 (#4940) 7 years ago
Guozhang Wang a7746dd5b4 HOTFIX: Simplify ConsoleConsumer stripWithPrefix function 7 years ago
Mickael Maison b82252b1e0 MINOR: Removed unused imports in a few tests (#4938) 7 years ago
Rajini Sivaram b4d8552218
KAFKA-6526: Enable unclean leader election without controller change (#4920) 7 years ago
Rajini Sivaram 9d2efd83a6 KAFKA-6810; Enable dynamic update of SSL truststores (#4904) 7 years ago
Jason Gustafson f467c9c243
MINOR: Ensure exception messages include partition/segment info when possible (#4907) 7 years ago
Mickael Maison 902009ea98 KAFKA-3417: Wrap metric reporter calls in try/catch blocks (#3635) 7 years ago
Manikumar Reddy O ff1875fce0 KAFKA-6778; AdminClient.describeConfigs() should return error for non-existent topics (#4866) 7 years ago
Anna Povzner cbb5b51475 KAFKA-6795; Added unit tests for ReplicaAlterLogDirsThread 7 years ago
Ismael Juma c853ef75a1 MINOR: Bump version to 2.0.0-SNAPSHOT (#4804) 7 years ago
Jason Gustafson acd669e424 KAFKA-6796; Fix surprising UNKNOWN_TOPIC error from requests to non-replicas (#4883) 7 years ago
Anna Povzner 3bc2575dfc MINOR: Disabled flaky DynamicBrokerReconfigurationTest.testAddRemoveSslListener until fixed (#4924) 7 years ago
Patrik Erdes 35c75ea503 MINOR: Fix formatting in --new-consumer deprecation warning (#4903) 7 years ago
Rajini Sivaram 9e062b3e65 MINOR: Use distinct consumer groups in dynamic listener tests (#4870) 7 years ago
Rajini Sivaram 98bb75a58f
KAFKA-6772: Load credentials from ZK before accepting connections (#4867) 7 years ago
gitlw 341db990dc KAFKA-6650: Allowing transition to OfflineReplica state for replicas without leadership info (#4825) 7 years ago
Chia-Ping Tsai 4013767d86 MINOR: Log the exception thrown by Selector.poll (#4873) 7 years ago
Allen Wang 19418fc86a KAFKA-6514; Add API version as a tag for the RequestsPerSec metric (#4506) 7 years ago