GitHub user mfenniak opened a pull request:
https://github.com/apache/kafka/pull/2087
MINOR: Fix NPE when Connect offset contains non-primitive type
When storing a non-primitive type in a Connect offset, the following
NullPointerException will occur:
```
07:18:23.702
GitHub user mfenniak opened a pull request:
https://github.com/apache/kafka/pull/1832
MINOR: Document that Connect topics should use compaction
Update documentation for Kafka Connect distributedâs
config.storage.topic, offset.storage.topic, and status.storage.topic
configuration
GitHub user mfenniak opened a pull request:
https://github.com/apache/kafka/pull/1783
MINOR: Update rocksDB dependency to 4.9.0
rocksdbjni version 4.9.0 now includes support for running on Windows; this
PR updates Kafka Stream's dependency to that version. Tests pass lo
GitHub user mfenniak opened a pull request:
https://github.com/apache/kafka/pull/1782
MINOR: Fix ProcessorTopologyTestDriver to support multiple source topics
There's a minor bug in ProcessorTopologyTestDriver that prevents it from
working with a topology that contains mul
GitHub user mfenniak opened a pull request:
https://github.com/apache/kafka/pull/1639
MINOR: Remove slf4j-log4j from kafka-streams compile dependencies
As kafka-streams is intended to be used by applications that may or may not
wish to use log4j, kafka-streams itself should not