You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rh...@apache.org on 2019/04/23 03:38:58 UTC

[kafka] branch 2.1 updated (f19d6f3 -> d1d5150)

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

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


    from f19d6f3  KAFKA-8277: Fix NPEs in several methods of ConnectHeaders (#6550)
     new 4195b99  MINOR: Add support for Standalone Connect configs in Rest Server extensions (#6622)
     new d1d5150  MINOR: Correct RestServerTest formatting

The 5708 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:
 .../apache/kafka/connect/runtime/WorkerConfig.java |  4 +++
 .../runtime/distributed/DistributedConfig.java     |  5 ++++
 .../kafka/connect/runtime/rest/RestServer.java     |  7 +++--
 .../kafka/connect/runtime/rest/RestServerTest.java | 32 ++++++++++++++++++++++
 4 files changed, 45 insertions(+), 3 deletions(-)