This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 250ca2949c3 CAMEL-18287 - Camel-AWS Eventbridge: Support operation
putEvents to send custom event to Eventbridge
new 01ec3d9980c add checkpoint batch size & batch timeout parameters on
camel-azure-eventhubs component
new 0fb1567f8a3 📝 documenting new parameters' accessors
new abd1350f1da :sparkles: use of timer & task to handle timeout batch's
completion condition
new 6edab8f8851 :art: fixing checkstyle errors
new 35f49a9fb97 :package: add generated classes
new c1d325d0dd6 :wrench: list static constant imports one by one
new 6dd35bcb4e1 Regen
The 7 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:
.../camel/catalog/components/azure-eventhubs.json | 7 +-
.../eventhubs/EventHubsComponentConfigurer.java | 12 ++++
.../eventhubs/EventHubsEndpointConfigurer.java | 12 ++++
.../eventhubs/EventHubsEndpointUriFactory.java | 4 +-
.../component/azure/eventhubs/azure-eventhubs.json | 7 +-
.../EventHubsCheckpointUpdaterTimerTask.java | 54 ++++++++++++++
.../azure/eventhubs/EventHubsConfiguration.java | 25 +++++++
.../azure/eventhubs/EventHubsConstants.java | 9 ++-
.../azure/eventhubs/EventHubsConsumer.java | 69 +++++++++++++++++-
.../azure/eventhubs/EventHubsComponentTest.java | 5 +-
.../dsl/AzureEventhubsComponentBuilderFactory.java | 36 ++++++++++
.../dsl/EventHubsEndpointBuilderFactory.java | 83 ++++++++++++++++++++++
12 files changed, 317 insertions(+), 6 deletions(-)
create mode 100644
components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsCheckpointUpdaterTimerTask.java