1426 Commits (b53f84402890636e4990b102ba9f832a98b4e5df)

Author SHA1 Message Date
Ismael Juma b53f844028
MINOR: Make info logs for KafkaConsumer a bit more verbose (#6279) 6 years ago
Stanislav Kozlovski d0718718ae MINOR: Make MockClient#poll() more thread-safe (#5942) 6 years ago
lambdaliu 795f7331e2 KAFKA-7811: Avoid unnecessary lock acquire when KafkaConsumer commits offsets (#6119) 6 years ago
David Arthur b02b5b63a5 KAFKA-7440; Add leader epoch to fetch and list-offset request (#6190) 6 years ago
Mickael Maison 62b22496c2 MINOR: Fixed a couple of typos in Config docs 6 years ago
Ismael Juma 41f2628bde
MINOR: Improve log messages when authentications fail: (#6250) 6 years ago
Ismael Juma 637355138a
MINOR: Improve PlainSaslServer error message for empty tokens (#6249) 6 years ago
Ismael Juma c7f99bc2bd
MINOR: Update JUnit to 4.13 and annotate log cleaner integration test (#6248) 6 years ago
Rajini Sivaram 5148d7b0ae
KAFKA-7915: Don't return sensitive authentication errors to clients (#6252) 6 years ago
Radai Rosenblatt c6528424df MINOR: Include partition when logging fetch errors (#6206) 6 years ago
Jason Gustafson d152989f26
KAFKA-7897; Disable leader epoch cache when older message formats are used (#6232) 6 years ago
Ron Dagostino 9f7e6b2913 KAFKA-7902: Replace original loginContext if SASL/OAUTHBEARER refresh login fails (#6233) 6 years ago
Mark Cho 7debda4d41 KAFKA-7890: Invalidate ClusterConnectionState cache for a broker if the hostname of the broker changes. (#6215) 6 years ago
Colin Patrick McCabe e2e8bdbd8c
KAFKA-7832: Use automatic RPC generation in CreateTopics (#5972) 6 years ago
Stanislav Kozlovski 4420d9ec67 KAFKA-7641; Introduce "group.max.size" config to limit group sizes (#6163) 6 years ago
Colin Patrick McCabe 2ca54cfd33
MINOR: Fix some field definitions for ListOffsetReponse (#6214) 6 years ago
Boyang Chen dc634f18f7 KAFKA-7859: Use automatic RPC generation in LeaveGroups (#6188) 6 years ago
Gardner Vickers 1a47febd5b MINOR: In the MetadataResponse schema, ignorable should be a boolean 6 years ago
Tom Bentley 269b65279c KAFKA-5692: Change PreferredReplicaLeaderElectionCommand to use Admin… (#3848) 6 years ago
mingaliu 0f926f0c1e KAFKA-7693; Fix SequenceNumber overflow in producer (#5989) 6 years ago
mingaliu e4b54a5d97 KAFKA-7692; Fix ProducerStateManager SequenceNumber overflow (#5990) 6 years ago
Jason Gustafson 523465b3c1
MINOR: Cleanup handling of mixed transactional/idempotent records (#6172) 6 years ago
Stanislav Kozlovski fb0db7602a KAFKA-7844: Use regular subproject for generator to fix *All targets (#6182) 6 years ago
Lee Dongjin 07d2cf2fdb Fix Documentation for cleanup.policy is out of date (#6181) 6 years ago
ryannatesmith e75e4732c9 MINOR: Rejoin split ssl principal mapping rules (#6099) 6 years ago
Lee Dongjin e87e3f2cb2 MINOR: Remove unused imports, exceptions, and values (#6117) 6 years ago
Lars Francke 6cae2577ba Fix Javadoc of KafkaConsumer (#6155) 6 years ago
Dong Lin 6a7eebe891 KAFKA-7829; Javadoc should show that AdminClient.alterReplicaLogDirs() is supported in Kafka 1.1.0 or later (#6157) 6 years ago
David Arthur 2c44e77e2f KAFKA-7738; Track leader epochs in client Metadata (#6045) 6 years ago
Boyang Chen 9a9310d074 KAFKA-7824; Require member.id for initial join group request [KIP-394] (#6058) 6 years ago
Chia-Ping Tsai af634a4a98 KAFKA-7391; Introduce close(Duration) to Producer and AdminClient instead of close(long, TimeUnit) (#5667) 6 years ago
Tom Bentley d8f126d70a Fix KAFKA-7789 by increasing the key size for the RSA keys generated for (#6096) 6 years ago
Colin Patrick McCabe 71e85f5e84 KAFKA-7609; Add Protocol Generator for Kafka (#5893) 6 years ago
Lee Dongjin 7df3e8cd38 KAFKA-7808: AdminClient#describeTopics should not throw InvalidTopic if topic name is not found (#6124) 6 years ago
Anna Povzner b2b79c4f0e KAFKA-7786; Ignore OffsetsForLeaderEpoch response if epoch changed while request in flight (#6101) 6 years ago
Stanislav Kozlovski 66a9416e38 MINOR: Log successful/failed authentications with socket information (#5856) 6 years ago
Bob Barrett e325676994 KAFKA-6833; Producer should await metadata for unknown partitions (#6073) 6 years ago
hackerwin7 e4f233ed33 KAFKA-7755; Look up client host name since DNS entry may have changed (#6049) 6 years ago
Jason Gustafson fcdde2c604
MINOR: Use functional patterns in PartitionStates (#6089) 6 years ago
Guozhang Wang b16afbb77b
KAFKA-6928: Refactor StreamsPartitionAssignor retry logic (#6085) 6 years ago
lambdaliu 6ea5474e4c KAFKA-7734: Metrics tags should use LinkedHashMap to guarantee ordering (#6032) 6 years ago
layfe d086e83fec KAFKA-5503; Idempotent producer ignores shutdown while fetching ProducerId (#5881) 6 years ago
Flavien Raynaud 9295444d48 MINOR: Improve exception messages in FileChannelRecordBatch (#6068) 6 years ago
Viktor Somogyi 684184973e MINOR: Hygiene fixes in KafkaFutureImpl (#5098) 6 years ago
Matthias Wessendorf d413117769 KAFKA-7762; Update KafkaConsumer Javadoc examples to use poll(Duration timeout) API 6 years ago
Satish Duggana b23bf41e84 KAFKA-7742; Fixed removing hmac entry for a token being removed from DelegationTokenCache 6 years ago
Jason Gustafson 40392266aa
MINOR: Include additional detail in fetch error message (#6036) 6 years ago
David Arthur 152292994e KAFKA-2334; Guard against non-monotonic offsets in the client (#5991) 6 years ago
Rajini Sivaram 46e8081f9c KAFKA-7712; Remove channel from Selector before propagating exception (#6023) 6 years ago
hackerwin7 975b680bcd KAFKA-7705; Fix and simplify producer config in javadoc example (#6000) 6 years ago