3794 Commits (6f1d4c693307d1c5d1a178d56e403bb7084d537f)
 

Author SHA1 Message Date
Balint Molnar 1e87b09ec7 KAFKA-5391; Replace zkClient.delete* method with an equivalent zkUtills 8 years ago
Eno Thereska f4e0deca43 KAFKA-5314; exception handling and cleanup for state stores 8 years ago
Matthias J. Sax 3de2d296e9 MINOR: improve JavaDocs for TimestampExtractor interface 8 years ago
Eno Thereska d1a279dcc7 MINOR: Cache metrics were missing 8 years ago
Ismael Juma 12612e8297 KAFKA-5329; Fix order of replica list in metadata cache 8 years ago
Colin P. Mccabe 2fc91afbad KAFKA-5292; Fix authorization checks in AdminClient 8 years ago
Apurva Mehta 79db393ffa KAFKA-5385; ProducerBatch expiry should go through Sender.failBatch 8 years ago
Jason Gustafson effda15f1f MINOR: A few logging improvements in group coordinator 8 years ago
Balint Molnar 6aeca10123 KAFKA-5389; Replace zkClient.exists method with zkUtils.pathExists 8 years ago
Colin P. Mccabe 38ae746448 KAFKA-5394; KafkaAdminClient#timeoutCallsInFlight does not work as ex… 8 years ago
Eno Thereska 5c3d7ca711 MINOR: log4j template should accept log_level 8 years ago
Jason Gustafson dcbdce31ba KAFKA-5378; Return LSO in FetchResponse plus some metrics 8 years ago
Guozhang Wang 57b0d0fe57 MINOR: syntax brush for java / bash / json / text 8 years ago
Damian Guy f8d6dba345 MINOR: set group initial rebalance delay to 0 in server.properties 8 years ago
Rajini Sivaram bb914a0445 KAFKA-5380: Fix transient failure in KafkaConsumerTest, close consumers 8 years ago
Guozhang Wang b01c83ea91 MINOR: remove ignore annotations in Streams EOS integration test 8 years ago
Apurva Mehta 202cb8ea89 KAFKA-5366; Add concurrent reads to transactions system test 8 years ago
Nick Pillitteri d655d806ee KAFKA-4942: Fix commitTimeoutMs being set before the commit actually started 8 years ago
Bill Bejeck 2244c68ebc MINOR: expose commit interval config for SimpleBenchmark 8 years ago
Damian Guy ad8e7cf5e8 MINOR: update stream docs for kip-134 8 years ago
Rajini Sivaram 3de683993d KAFKA-4948; Wait for offset commit in test to fix transient failure 8 years ago
Jason Gustafson cb78ba1294 KAFKA-5364; ensurePartitionAdded does not handle pending partitions in abortable error state 8 years ago
Ismael Juma 313f8d7ddc MINOR: Create offsets topic explicitly in DescribeConsumerGroupTest 8 years ago
Rajini Sivaram 17b2bde4be KAFKA-5051; Avoid reverse DNS lookup to obtain hostname for TLS 8 years ago
Sean McCauliff 4b37918ef4 KAFKA-5239; Allocate memory outside the lock in producer buffer pool 8 years ago
Rajini Sivaram 9934d28a34 KAFKA-5325; Avoid and handle exceptions for Kerberos re-login 8 years ago
Jason Gustafson 2bb48a4fa4 KAFKA-5376; Ensure aborted transactions are propagated in DelayedFetch 8 years ago
Ismael Juma b119d04093 KAFKA-5112; Update compatibility system tests to include 0.10.2.1 8 years ago
Ismael Juma 39eb31feae MINOR: Optimise performance of `Topic.validate()` 8 years ago
Damian Guy 8e3ed7028e KAFKA-5357: capture unexpected exception in txn marker sender thread and treat as fatal error 8 years ago
Bill Bejeck 1c70e7ac12 MINOR: Adding deprecated KTable methods to docs from KIP-114 8 years ago
Ismael Juma b62f156eb4 MINOR: Default GroupInitialRebalanceDelayMsProp to 0 and OffsetsTopicPartitionsProp to 5 in tests 8 years ago
Matthias J. Sax d4a070fcfa MINOR: update docs with regard to KIP-123 8 years ago
Jason Gustafson 3557f097b8 KAFKA-5355; Test cases to ensure isolation level propagated in delayed fetch 8 years ago
Ismael Juma c7bc8f7d8c MINOR: Remove redundant volatile write in RecordHeaders 8 years ago
Ismael Juma d7ec9feaf1 Revert "KAFKA-5098; ProducerRecord should validate the topic name" 8 years ago
Ismael Juma 9b58372dcc KAFKA-5371; Increase request timeout for producer used by testReachableServer 8 years ago
huxihx 941e2177c0 KAFKA-5098; ProducerRecord should validate the topic name 8 years ago
Mickael Maison a598c4d26f KAFKA-4291; TopicCommand --describe should show topics marked for deletion 8 years ago
Jason Gustafson 8711e5937f KAFKA-5019; Upgrades notes for idempotent/transactional features and new message format 8 years ago
Colin P. Mccabe f389b71570 KAFKA-5374; Set allow auto topic creation to false when requesting node information only 8 years ago
Jason Gustafson 6a5a908b1c KAFKA-5355; DelayedFetch should propagate isolation level to log read 8 years ago
Ismael Juma eb5586102e KAFKA-5272; Policy for Alter Configs (KIP-133) 8 years ago
Xavier Léauté 1c786c589a MINOR: Reuse decompression buffers in log cleaner 8 years ago
Apurva Mehta 8104c0de27 KAFKA-5373; Revert breaking change to console consumer 8 years ago
Apurva Mehta 0b107e5f75 HOTFIX: Reinstate the placeholder for logPrefix in TransactionManager 8 years ago
Apurva Mehta a318b15129 KAFKA-5322; Add `OPERATION_NOT_ATTEMPTED` error code to resolve AddPartitionsToTxn inconsistency 8 years ago
Ismael Juma 4959444afc KAFKA-5236; Increase the block/buffer size when compressing with Snappy or Gzip 8 years ago
Vahid Hashemian b63e41ea78 KAFKA-3982: Fix processing order of some of the consumer properties 8 years ago
Hamidreza Afzali 0a8b10e27f KAFKA-5368: Fix skipped record metrics to use rate of sum instead of rate of count 8 years ago