You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for each MDS (endPoint) we try to re-use the same PulsarConnectionFactory.
The PulsarConnectionFactory holds an instance of the Java Pulsar Client, that maintains the pool of connections.
Are you configuring the MDBs with the same "Configuration" ?
if you have the same configuration and you simply change the destination I would expect that you have only one PulsarClient.
Each PulsarClient opens only 1 connection to each broker
se connectionsPerBroker configuration
Currently, we are seeing a high number of connections on the Broker so see if you can optimize.
We would like to have a way to control the number of connections or sessions using MaxSessions.
The text was updated successfully, but these errors were encountered: