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
We are currently in the process of migrating from gearmand to Apache Pulsar, but have run into performance issues. At the moment, we have several metrics on the application side, by which we determine the speed of message processing. The main metric with which we have problems is the speed of receiving a message from MQ, for example, 98 percentile for gearman is kept at 100-200 ms, while Pulsar is up to 1.2-1.3 sec. We tried to make a couple of optimizations in the configuration with Pulsar, but did not achieve any obvious success. If you have any suggestions for optimization, I will be very glad. Below I specified the Broker, Bookkeeper settings and the cluster configuration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We are currently in the process of migrating from
gearmandtoApache Pulsar, but have run into performance issues. At the moment, we have several metrics on the application side, by which we determine the speed of message processing. The main metric with which we have problems is the speed of receiving a message from MQ, for example, 98 percentile for gearman is kept at 100-200 ms, while Pulsar is up to 1.2-1.3 sec. We tried to make a couple of optimizations in the configuration with Pulsar, but did not achieve any obvious success. If you have any suggestions for optimization, I will be very glad. Below I specified the Broker, Bookkeeper settings and the cluster configuration.Environment:
Usage:
receive_queue_size: 1, Subscription:SharedCluster made of:
BOOKIE_MEM="-Xms8g -Xmx8g -XX:MaxDirectMemorySize=8g"PULSAR_MEM="-Xms8g -Xmx8g -XX:MaxDirectMemorySize=8g"Bookie
Broker
All reactions