dxichen commented on a change in pull request #923: Adding a bound on
EventHubSystemConsumer's initalizeEventHubsManagers
URL: https://github.com/apache/samza/pull/923#discussion_r257425144
##########
File path:
samza-azure/src/main/java/org/apache/samza/system/eventhub/consumer/EventHubSystemConsumer.java
##########
@@ -254,6 +256,13 @@ private EventHubClientManager
createOrGetEventHubClientManagerForSSP(String stre
return eventHubClientManager;
}
+ private void boundedInitializeEventHubsManagers() {
Review comment:
Could you also add this logic to the producer? It should may encounter the
same problem.
https://github.com/apache/samza/blob/a702b3bb4a159804a2f7234710231b0dbf570b90/samza-azure/src/main/java/org/apache/samza/system/eventhub/producer/EventHubSystemProducer.java#L167
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services