5488 Commits (b35e97125f291aa7dca22b8d897f9ab4b196fd37)
 

Author SHA1 Message Date
Joan Goyeau acd3858ea6 KAFKA-7396: Materialized, Serialized, Joined, Consumed and Produced with implicit Serdes (#5551) 6 years ago
Anna Povzner e2ec2d79c8 KAFKA-7044; Fix Fetcher.fetchOffsetsByTimes and NPE in describe consumer group (#5627) 6 years ago
Jason Gustafson 79ad9026a6
MINOR: Missing throttle time in OffsetsForLeaderEpoch response (#5635) 6 years ago
Manikumar Reddy O 257c402c15 MINOR: Remove deprecated Resource class constructor usage (#5624) 6 years ago
mgharat 25b13bca7b KAFKA-7096 : Clear buffered data for partitions that are explicitly unassigned by user 6 years ago
Anna Povzner 1427e84cc7 MINOR: Use LATEST_1_1 instead of V_1_1_0 in quota_test (#5636) 6 years ago
Ismael Juma f123d2f18c KAFKA-5887; Replace findBugs with spotBugs and upgrade to Gradle 4.10 6 years ago
Ewen Cheslack-Postava 0d535b167a MINOR: Mark new Scala streams tests as integration tests (KIP-270 follow-up) (#5631) 6 years ago
Brandon Kirchner 164ef9462e KAFKA-4932: Add support for UUID serialization and deserialization (KIP-206) 6 years ago
Vahid Hashemian b8651d4e82 MINOR: Code cleanup of 'clients' module (#5427) 6 years ago
Jason Gustafson 05ba5aa008 KAFKA-7333; Protocol changes for KIP-320 6 years ago
Flavien Raynaud 4a5cba87bc KAFKA-7286; Avoid getting stuck loading large metadata records (#5500) 6 years ago
Dhruvil Shah 958cdca9be KAFKA-7385; Fix log cleaner behavior when only empty batches are retained (#5623) 6 years ago
Jason Gustafson 0984a76b71
MINOR: Move common out of range handling into AbstractFetcherThread (#5608) 6 years ago
Manikumar Reddy O 4106ff6e5a MINOR: Enable topic deletion in test configs (#5616) 6 years ago
Manikumar Reddy O f348f10ef8 KAFKA-7117: Support AdminClient API in AclCommand (KIP-332) (#5463) 6 years ago
Zhanxiang (Patrick) Huang 297fb396a0 KAFKA-6082; Fence zookeeper updates with controller epoch zkVersion 6 years ago
Kevin Lafferty 847780e5a5 KAFKA-7353: Connect logs 'this' for anonymous inner classes 6 years ago
huxihx 79a608b286 KAFKA-7211; MM should handle TimeoutException in commitSync 6 years ago
Rajini Sivaram 4a46a35348
MINOR: Tidy up pattern type comparisons, remove unused producer-id (#5593) 6 years ago
Manikumar Reddy O 62ea10a5c1 MINOR: Update README to specify Gradle 4.6 as the minimum required version (#5606) 6 years ago
Ismael Juma a8eac1b814 MINOR: Use annotationProcessor instead of compile for JMH annotation processor 6 years ago
Manikumar Reddy O cb484666f2 MINOR: Fix Transient test failure SslTransportLayerTest.testNetworkThreadTimeRecorded (#5597) 6 years ago
Ismael Juma 6a1bb547c0 KAFKA-7372: Upgrade Jetty for preliminary Java 11 and TLS 1.3 support (#5600) 6 years ago
Ismael Juma 7299e18369 MINOR: Pass `--continue` to gradle in jenkins.sh 6 years ago
huxi aa7358e8cc KAFKA-7326: KStream.print() should flush on each line for PrintStream (#5579) 6 years ago
Jason Gustafson 4f38c8cd60
KAFKA-7369; Handle retriable errors in AdminClient list groups API (#5595) 6 years ago
John Roesler d57fe1b053 MINOR: single Jackson serde for PageViewTypedDemo (#5590) 6 years ago
Jason Gustafson f6890e7868
MINOR: Next round of fetcher thread consolidation (#5587) 6 years ago
Dhruvil Shah 5d1bfa0665 KAFKA-6950: Delay response to failed client authentication to prevent potential DoS issues (KIP-306) (#5082) 6 years ago
Stanislav Kozlovski f3a4ebc8f8 KAFKA-6859; Do not send LeaderEpochRequest for undefined leader epochs (#5320) 6 years ago
Stanislav Kozlovski d31c9db4af MINOR: Use producer template in verifiable producer service (#5581) 6 years ago
Rajini Sivaram 5651729038 KAFKA-7338: Specify AES128 default encryption type for Kerberos tests (#5586) 6 years ago
Bill Bejeck 5fb2cdb5c7 MINOR:Use StoreBuilder.name() for node name (#5588) 6 years ago
Chia-Ping Tsai 1918f5cb5b MINOR: Fix swallowed NPE in KafkaServer.close() (#5339) 6 years ago
lucapette 2514a42e84 KAFKA-7269: Add docs for KStream.merge (#5512) 6 years ago
tedyu 34d9ae6628 MINOR: Fix streams Scala peek recursive call (#5566) 6 years ago
huxihx d0fcf12832 KAFKA-7354; Fix IdlePercent and NetworkProcessorAvgIdlePercent metric 6 years ago
Ismael Juma d76965e38f Fix SslTransportLayerTest.testUnsupportedCiphers to work with Java 11 (#5570) 6 years ago
Andras Katona c580f08b77 KAFKA-7134: KafkaLog4jAppender exception handling with ignoreExceptions (#5415) 6 years ago
Ron Dagostino 7cef37cf55 KAFKA-7324: NPE due to lack of SASLExtensions in SASL/OAUTHBEARER (#5552) 6 years ago
Manikumar Reddy O 9e23af3115 KAFKA-7287: Set open ACL for old consumer znode path (#5503) 6 years ago
Robert Yokota fd5acd73e6 KAFKA-7242: Reverse xform configs before saving (KIP-297) 6 years ago
Anna Povzner 70c51633f2 KAFKA-7128; Follower has to catch up to offset within current leader epoch to join ISR (#5557) 6 years ago
Joan Goyeau 7d2b95895a MINOR: Correct folder for package object scala (#5573) 6 years ago
Jason Gustafson ebd1354fd7
KAFKA-7347; Return not leader error for OffsetsForLeaderEpoch requests to non-replicas (#5576) 6 years ago
Chia-Ping Tsai 93a60ee266 KAFKA-7139; Support option to exclude the internal topics in kafka-topics.sh (#5349) 6 years ago
Ismael Juma e8e3e34c67 KAFKA-7309; Upgrade Jacoco for Java 11 support 6 years ago
Manikumar Reddy O 50a145d090 MINOR: Remove unused compressionType parameter from TestUtils.produceMessages (#5569) 6 years ago
Gantigmaa Selenge 42610e5aa1 MINOR: Fix broken link to record format in protocol docs (#5526) 6 years ago