You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/06/16 07:32:31 UTC

[pulsar-adapters] branch master updated (0372947 -> 019454f)

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

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


    from 0372947  [pulsar-kafka] add auto update partition support to producer/consumer (#13)
     add 019454f  [Build] Upgrade Pulsar dependency to 2.8.0 and fix build errors (#18)

No new revisions were added by this update.

Summary of changes:
 buildtools/src/main/resources/log4j2.xml           |   3 +-
 .../src/main/resources/pulsar/checkstyle.xml       |  71 ++-
 .../src/main/resources/pulsar/suppressions.xml     |  14 +-
 examples/flink/pom.xml                             |   5 -
 examples/kafka-streams/pom.xml                     |   5 -
 examples/spark/pom.xml                             |   2 -
 pom.xml                                            | 577 +++++++++++++++------
 .../simple/consumer/PulsarKafkaSimpleConsumer.java |  37 +-
 .../pulsar/PulsarConsumerSourceTests.java          |  17 +-
 pulsar-log4j2-appender/pom.xml                     |  25 +-
 .../kafka/PulsarKafkaProducerThreadSafeTest.java   |   2 +-
 .../org/apache/pulsar/storm/PulsarBoltTest.java    |   8 +-
 .../org/apache/pulsar/storm/PulsarSpoutTest.java   |  12 +-
 13 files changed, 521 insertions(+), 257 deletions(-)