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
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
When running two instances of my app, i expect that pulsar should loadbalance between the two instances. Also, messages with the same key should always go to the same instance.
Actual behavior
However, all messages are handled by instance 1. Instance 2 only receive messages when instance 1 is down.
Steps to reproduce
Create a SpringBoot app with a single Pulsar Consumer Bean:
Original Issue: apache#5840
Expected behavior
When running two instances of my app, i expect that pulsar should loadbalance between the two instances. Also, messages with the same key should always go to the same instance.
Actual behavior
However, all messages are handled by instance 1. Instance 2 only receive messages when instance 1 is down.
Steps to reproduce
Create a SpringBoot app with a single Pulsar Consumer Bean:
Run two instances of this app and puplish messages to the customers-topic.
System configuration
Pulsar version: 2.4.1 and 2.4.2
The text was updated successfully, but these errors were encountered: