This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 460a565 CAMEL-14690 - Camel-AWS2: Better logging when checking client
instance in the registry, EKS
new 968b29e CAMEL-14625: Support asynchronous message processing
new b656ef8 Remove description as it's already in the javadoc.
new 7bd937b Camel-Pulsar: Fixed CS
The 3 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:
.../org/apache/camel/component/pulsar/pulsar.json | 6 +-
.../src/main/docs/pulsar-component.adoc | 6 +-
.../component/pulsar/PulsarConfiguration.java | 4 +-
.../camel/component/pulsar/PulsarEndpoint.java | 22 +++
.../component/pulsar/PulsarMessageListener.java | 59 ++++--
.../consumers/CommonCreationStrategyImpl.java | 2 +-
.../pulsar/PulsarConsumerInAsynchronousTest.java | 194 ++++++++++++++++++
.../pulsar/PulsarConsumerInSynchronousTest.java | 216 +++++++++++++++++++++
.../dsl/PulsarComponentBuilderFactory.java | 10 +-
.../endpoint/dsl/PulsarEndpointBuilderFactory.java | 32 +--
.../modules/ROOT/pages/pulsar-component.adoc | 6 +-
11 files changed, 511 insertions(+), 46 deletions(-)
create mode 100644
components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarConsumerInAsynchronousTest.java
create mode 100644
components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarConsumerInSynchronousTest.java