You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/09/01 07:53:58 UTC

[pulsar] branch master updated (d4a66a48b00 -> 564710925f5)

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

nicoloboschi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from d4a66a48b00 [improve][broker]prevent new connection request when broker is closing (#17314)
     add 564710925f5 [feat][connector] ElasticSearch Sink: add a option to copy key fields into the value (#17117)

No new revisions were added by this update.

Summary of changes:
 .../io/elasticsearch/ElasticSearchConfig.java      |  6 ++++
 .../pulsar/io/elasticsearch/ElasticSearchSink.java | 17 ++++++++-
 .../pulsar/io/elasticsearch/JsonConverter.java     |  7 ++++
 .../io/elasticsearch/ElasticSearchConfigTests.java |  1 +
 .../elasticsearch/ElasticSearchExtractTests.java   | 41 ++++++++++++++++------
 site2/docs/io-elasticsearch-sink.md                |  1 +
 6 files changed, 62 insertions(+), 11 deletions(-)