azure.read_event_hub

Read from Azure Event Hub

Properties

Name Type Description Required
event_hub_connection_string string The connection string for the Azure Event Hub namespace.
yes
event_hub_consumer_group_name string The name of the consumer group to read events from.
yes
event_hub_name string The name of the Azure Event Hub.
yes
checkpoint_store_connection_string string The connection string for the Azure Storage account used as the checkpoint store.
yes
checkpoint_store_container_name string The name of the container within the checkpoint store to store the checkpoints.
yes
batch_size integer The maximum number of events to receive in each batch.
Default: 300
no

Example

batch_size: 300