GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3958
Re-enable KafkaAdminClientTest#testHandleTimeout
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka
re-enable
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4073
KAFKA-6060: Add workload generation capabilities to Trogdor
Previously, Trogdor only handled "Faults." Now, Trogdor can handle
"Tasks" which may be either faults, or workloa
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4084
KAFKA-6070: add ipaddress and enum34 dependencies to docker image
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-6070
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4105
KAFKA-6102: Consolidate MockTime implementations between connect and â¦
â¦clients
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4106
Kafka 5849
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5849
Alternatively you can review and apply these changes as
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4163
MINOR: build.gradle: sourceCompatibility, targetCompatibility to allpâ¦
â¦rojects
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/4163
---
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4183
Kafka 5692 elect preferred
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5692-elect-preferred
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4195
KAFKA-5811: Add Kibosh integration for Trogdor and Ducktape
For ducktape: add Kibosh to the testing Dockerfile.
Create files_unreadable_fault_spec.py.
For trogdor: create
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4240
KAFKA-6247. Fix system test dependency issues
Fix an omission where Kibosh was not getting installed on Vagrant
instances running in AWS.
Centralize test dependency versions in tests
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4245
KAFKA-6255: Add ProduceBench to Trogdor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-6255
Alternatively you can review
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4267
MINOR: fix version in tests/kafkatest/__init__.py
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/4267
---
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4275
Close socketChannel in finally block
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-6260
Alternatively you can review and
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/4275
---
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4295
KAFKA-6299. Fix AdminClient error handling when metadata changes
AdminClient should only call Metadata#requestUpdate when needed.
AdminClient should retry requests for which the controller
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4316
kafka-future-whencomplete
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/4106
---
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/4323
KAFKA-5849: Add process stop, round trip workload, partitioned test
* Implement process stop faults via SIGSTOP / SIGCONT
* Implement RoundTripWorkload, which both sends messages, and
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3309
MINOR: NetworkClient#disconnect should not erase connection info
NetworkClient#disconnect should not erase the connection information. This
will allow exponential
backoff to occur.
You can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3324
Temporarily remove the apiVersions API for 0.11
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka removeApiVersions
Alternatively
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3359
KAFKA-5062. Kafka brokers can accept malformed requests which allocatâ¦
â¦e gigabytes of memory
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3389
KAFKA-5484: Refactor kafkatest docker support
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5484
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3404
KAFKA-5476: Implement a system test that creates network partitions
KAFKA-5476: Implement a system test that creates network partitions
You can merge this pull request into a Git repository by
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3506
KAFKA-5565. Add a broker metric specifying the number of consumer groâ¦
â¦up rebalances in progress
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3539
KAFKA-5602: ducker-ak: support --custom-ducktape
Support a --custom-ducktape flag which allows developers to install
their own versions of ducktape into Docker images. This is helpful for
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3557
KAFKA-5623: ducktape kafka service: do not assume Service contains nuâ¦
â¦m_nodes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3584
KAFKA-5658. Fix AdminClient request timeout handling bug resulting in
continual BrokerNotAvailableExceptions
The AdminClient does not properly clear calls from the callsInFlight
structure. Later
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3585
KAFKA-5659. AdminClient#describeConfigs makes an extra empty request â¦
â¦when only broker info is requested
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3674
KAFKA-5737. KafkaAdminClient thread should be daemon
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5737
Alternatively
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3679
KAFKA-5744: ShellTest: add tests for attempting to run nonexistent prâ¦
â¦ogram, error return
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3680
KAFKA-5743. Ducktape services should use subdirs of /mnt
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5743
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3699
Add the Trogdor fault injection daemon
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka trogdor-review
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3715
KafkaService: print node hostname on failure
Print node hostname on failure. Check for both "kafka.Kafka" and
"metrics.SupportedKafka" process names.
You can merge this pul
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3721
Upgrade to ducktape 0.7.0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5768
Alternatively you can review and apply
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3726
KAFKA-5777. Add ducktape integration for Trogdor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5777
Alternatively you
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3731
KAFKA-5720: Fix AdminClientIntegrationTest#testCallInFlightTimeouts
* When a call is aborted, that should count as a "try" in the failure log
message.
* FailureInjectingTimeoutProces
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3755
KAFKA-5806. Fix transient unit test failure in trogdor coordinator shutdown
In the coordinator, we should check that 'shutdown' is not true before
going to sleep waiting for the condition
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/3404
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3794
KAFKA-5838. Speed up running system tests in docker a bit with betterâ¦
⦠sshd options
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3822
KAFKA-5792: Fix Transient failure in KafkaAdminClientTest.testHandleTâ¦
â¦imeout
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2180
KAFKA-4439: NetworkClient: create a builder class to encapsulate ctor
arguments
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2184
KAFKA-4457. Add BrokerVersionCommand
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4457
Alternatively you can review and
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2262
KAFKA-4548: Add CompatibilityTest to verify that individual features â¦
Add CompatibilityTest to verify that individual features are supported or
not by the broker we're connecting to
Yo
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2263
KAFKA-4508. Create system tests that run newer versions of the clientâ¦
KAFKA-4508. Create system tests that run newer versions of the client
against older versions of the broker
You can merge
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2264
Kafka 4507: The client should send older versions of requests to the broker
if necessary
KAFKA-4507
The client should send older versions of requests to the broker if
necessary
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2270
KAFKA-4552. README.md has org.gradle.project.maxParallelForms insteadâ¦
⦠of maxParallelForks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2593
KAFKA-4796: Fix some findbugs warnings in Kafka Java client
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4796
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2602
KAFKA-4809: sanity_checks/test_verifiable_producer.py should test 0.1â¦
â¦0.x and not 0.8
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2613
MINOR. Fix tests/docker/Dockerfile
Fix tests/docker/Dockerfile to put the old Kafka distributions in the
correct spot for tests. Also, run_tests.sh should exit with an error
code if image
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2623
KAFKA-4826. Fix some findbugs warnings in Kafka Streams
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4826
Alternatively
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2683
KAFKA-4894. Fix findbugs "default character set in use" warnings
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2684
KAFKA-4895: Fix findbugs "format string should use %n rather than \n"â¦
⦠in tools
You can merge this pull request into a Git repository by running:
$ git pull https://github.c
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2686
KAFKA-4898: Add timeouts to streams integration tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4898
Alternatively
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2687
KAFKA-4899: Fix findbugs warnings in kafka-core
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4899
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2691
KAFKA-4902: Utils#delete should correctly handle I/O errors and symlinks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2692
KAFKA-4903: Shell#runCommand does not clear the input buffer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4903
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2715
KAFKA-4924: Fix Kafka Connect API findbugs warnings
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4924
Alternatively you
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2727
KAFKA-4944. Fix an "unread field" findbugs warning in streams examples
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/k
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2729
KAFKA-4945: Suppress findbugs warnings about machine-generated code iâ¦
â¦n jmh-benchmarks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2754
KAFKA-4968. The NetworkClient should rate-limit its log messages abouâ¦
â¦t protocol downgrades
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2763
Kafka 4977
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4977
Alternatively you can review and apply these changes as
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2779
KAFKA-4993: Fix findbugs warnings in kafka-clients
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4993
Alternatively you
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2780
KAFKA-4995. Fix remaining findbugs warnings in Kafka Streams
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4995
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2805
KAFKA-5013. Fail the build when findbugs fails
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5013
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2842
MINOR: findbugs should generate XML reports
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka findbugs-xml
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2893
KAFKA-5112: Trunk compatibility tests should test against 0.10.2
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5112
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2387
KAFKA-4664: Update docs/protocol.html with KIP-97 information
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4664
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2390
KAFKA-4630: Implement RecordTooLargeException when communicating with
pre-KIP-74 brokers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2414
KAFKA-4635: Client Compatibility follow-ups
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4635
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2424
KAFKA-4688: The Docker image should contain version 0.10.1.0 of Kafka
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4688
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2456
KAFKA-4705: ConfigDef should support deprecated keys as synonyms
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4705
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2472
KAFKA-3265: Create Java Admin Client
Create a Java AdminClient as described in KAFKA-3265 and KIP-4.
Currently it supports getAllGroups, getAllBrokerVersions, deleteTopics, and
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2489
KAFKA-4708: Fix Transient Failure in BrokerApiVersionsCommandTest.cheâ¦
â¦ckBrokerApiVersionCommandOutput
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2540
KAFKA-4756: The auto-generated broker id should be passed to MetricReâ¦
â¦porter.configure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2557
KAFKA-4773: The Kafka build should run findbugs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4773
Alternatively you can
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2558
KAFKA-4774. Inner classes which don't need a reference to the outer câ¦
â¦lass should be static
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2559
KAFKA-4775. Fix findbugs warnings in kafka-tools
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-4775
Alternatively you
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2563
Kafka 4757: NetworkClient should log request details at trace level when a
request is cancelled because of disconnection
You can merge this pull request into a Git repository by running
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/2180
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2941
KAFKA-3266: Implement KIP-140 RPCs and APIs for creating, altering, and
listing ACLs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2958
KAFKA-5162: Add a reference to AdminClient to docs/api.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5162
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2976
KAFKA-5170. KafkaAdminClientIntegration test should wait until metadaâ¦
â¦ta is propagated to all brokers
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/2977
KAFKA-5176: AdminClient: add controller and clusterId methods to Descâ¦
â¦ribeClusterResults
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/2893
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3000
KAFKA-5198. RocksDbStore#openIterators should be synchronized, since â¦
â¦it is accessed from multiple threads
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3012
KAFKA-5214: KafkaAdminClient#apiVersions should return a public class
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5214
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3013
KAFKA-5215. Small JavaDoc fix for AdminClient#describeTopics
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5215
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3070
AdminClient: add some more APIs
Add a public create API that takes an AdminClientConf object. Make the
constructors for TopicDescription, TopicListing, and TopicPartitionInfo
public to
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3120
Kafka 5265
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5265
Alternatively you can review and apply these changes as
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3139
MINOR: fix flakiness in testDeleteAcls
This call to isCompletedExceptionally introduced a race condition
because the future might not have been completed. assertFutureError
checks that the
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3141
KAFKA-5324: AdminClient: add close with timeout, fix some timeout bugs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5324
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3174
KAFKA-5293. Do not apply exponential backoff if users have overriddenâ¦
⦠reconnect.backoff.ms
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3219
KAFKA-5374. AdminClient gets "server returned information about unknoâ¦
â¦wn correlation ID" when communicating with older brokers
You can merge this pull request into a Git repository
Github user cmccabe closed the pull request at:
https://github.com/apache/kafka/pull/3219
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3240
KAFKA-5292. Fix authorization checks in AdminClient
* NetworkClient.java: when trace logging is enabled, show AbstractResponse
Struct objects, rather than just a memory address of the
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3250
KAFKA-5394. KafkaAdminClient#timeoutCallsInFlight does not work as exâ¦
â¦pected
* Rename KafkaClient#close to KafkaClient#forget to emphasize that it
forgets the requests on a given
GitHub user cmccabe opened a pull request:
https://github.com/apache/kafka/pull/3263
KAFKA-5404: Add more AdminClient checks to ClientCompatibilityTest
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cmccabe/kafka KAFKA-5404
98 matches
Mail list logo