GitHub user twbecker opened a pull request:
https://github.com/apache/kafka/pull/4081
KAFKA-6069: Properly tag KafkaStreams metrics with the client id.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twbecker/kafka KAFKA-6069
GitHub user twbecker opened a pull request:
https://github.com/apache/kafka/pull/3455
KAFKA-5379 - ProcessorContext.appConfigs() should return parsed values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twbecker/kafka kafka
GitHub user twbecker opened a pull request:
https://github.com/apache/kafka/pull/2826
Fix KAFKA-5042.
InFlightRequests#canSendMore should not require that previous sends
completed if we are under the maxInFlightRequestsPerConnection limit.
You can merge this pull request into a
Github user twbecker closed the pull request at:
https://github.com/apache/kafka/pull/2826
---
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 twbecker opened a pull request:
https://github.com/apache/kafka/pull/2827
Fix KAFKA-5044.
InFlightRequests#canSendMore should not require that previous sends
completed if we are under the maxInFlightRequestsPerConnection limit.
You can merge this pull request into a
Github user twbecker closed the pull request at:
https://github.com/apache/kafka/pull/2827
---
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 twbecker opened a pull request:
https://github.com/apache/kafka/pull/3054
KAFKA-5241: GlobalKTable does not checkpoint offsets after restoring state
Ensure checkpointable offsets for GlobalKTables are always written on close.
You can merge this pull request into a Git
GitHub user twbecker opened a pull request:
https://github.com/apache/kafka/pull/3155
Fix KAKFA-5334.
Handle` rocksdb.config.setter` being set as a class name or class
instance.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com