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/10/18 08:27:12 UTC

[pulsar] branch master updated (eed8c74d0ab -> d9011389411)

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 eed8c74d0ab [fix][test] Fix flaky test: PrometheusMetricsTest.testDuplicateMetricTypeDefinitions (#18077)
     add d9011389411 [improve][io] JDBC Sink: add flag to exclude non declared fields (#18008)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/io/jdbc/JdbcAbstractSink.java    |   4 +-
 .../org/apache/pulsar/io/jdbc/JdbcSinkConfig.java  |  11 ++
 .../java/org/apache/pulsar/io/jdbc/JdbcUtils.java  |  38 +++---
 .../org/apache/pulsar/io/jdbc/JdbcUtilsTest.java   | 136 +++++++++++++++------
 site2/docs/io-jdbc-sink.md                         |  27 ++--
 5 files changed, 144 insertions(+), 72 deletions(-)