-
In https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/java,
`mvn exec:java -Dexec.mainClass="TestProducer"`
should be
`mvn exec:java -D exec.mainClass="TestProducer"`
a…
-
There's a hard limit of 20K messages per namespace. This may limit a users ability to use this with larger infrastructure.
Here are some details about quotas / limits
https://docs.microsoft.com/e…
-
### Expected Behavior
Sending events to Azure Event Hub premium via SDK
### Actual Behavior
Ever since we migrated from Event Hub Standard to Event Hub Premium, we started experiencing sporadic e…
-
Topic: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-azure_event_hubs.html
Enhance azure_event_hubs documentation to emphasize that the name of the event hub defined in the advanc…
-
### Proposal
The feature request is to provide the ability to scrape the used count and the limits by subscription for various Azure resource types. Following are the resource types that has APIs t…
-
[Readme](https://github.com/Azure/azure-quickstart-templates/tree/master/201-eventhubs-create-namespace-and-enable-capture)
### Issue Details
The link provided in Readme is wrong:
> "For info…
-
When using the advance configuration, exception errors are thrown when using environment variables for the event_hub_connection string.
`[ERROR] 2019-05-06 13:38:34.818 [Ruby-0-Thread-11: /usr/sha…
-
**Is your feature request related to a problem? Please describe.**
My company would like to use Azure Event Hub to collect system logs so they can be processed by Elastic Search and Databricks pipeli…
-
## In what area(s)?
/area runtime
/area operator
AEH Binding, AEH PubSub
## Describe the feature
### Problem Statement
After a rolling upgrade or restart of an application using an…
-
**Is your feature request related to a problem? Please describe**.
Retry and circuit breaker patterns for failed events with deadlettering in place requires custom code
**Describe the solution …