You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2019/05/28 18:44:30 UTC

[kafka] branch 2.3 updated (321af2d -> ea05167)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a change to branch 2.3
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 321af2d  MINOR: Auth operations must be null when talking to a pre-KIP-430 broker (#6812)
     add ea05167  MINOR: improve error message for Serde type miss match (#6801)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/streams/state/StateSerdes.java    | 17 ++++++---
 .../state/internals/ValueAndTimestampSerde.java    |  2 +-
 .../internals/ValueAndTimestampSerializer.java     |  2 +-
 .../kafka/streams/state/StateSerdesTest.java       | 40 +++++++++++++++++++---
 4 files changed, 51 insertions(+), 10 deletions(-)