You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/10/06 14:53:23 UTC

[kafka] branch trunk updated (28d736b -> c77183db)

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

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


    from 28d736b  MINOR: Annotate test BlockingConnectorTest as integration test (#9379)
     add c77183db KAFKA-6733: Printing additional ConsumerRecord fields in DefaultMessageFormatter (#9099)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/tools/ConsoleConsumer.scala   | 174 +++++++++------
 .../kafka/tools/DefaultMessageFormatterTest.scala  | 237 +++++++++++++++++++++
 .../unit/kafka/tools/ConsoleConsumerTest.scala     |  12 +-
 3 files changed, 358 insertions(+), 65 deletions(-)
 create mode 100644 core/src/test/scala/kafka/tools/DefaultMessageFormatterTest.scala