This is an automated email from the ASF dual-hosted git repository.
jgus pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from cf4355e KAFKA-7253; The returned connector type is always null when
creating connector (#5470)
new f3d4837 MINOR: Simplify handling of KafkaProducer serializer overrides
new 6a8ed79 KAFKA-6833; Producer should await metadata for unknown
partitions (#6073)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kafka/clients/producer/KafkaProducer.java | 61 +++--
.../kafka/clients/producer/KafkaProducerTest.java | 305 ++++++++++++---------
.../kafka/api/BaseProducerSendTest.scala | 20 +-
.../kafka/api/ProducerFailureHandlingTest.scala | 14 +-
4 files changed, 236 insertions(+), 164 deletions(-)