Replies: 1 comment
-
Hi! Here is a relevant piece of code to look at: pulsar-client-dotnet/src/Pulsar.Client/Internal/MultiTopicsConsumerImpl.fs Lines 439 to 522 in 97f0128 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
I have a question about how AutoUpdatePartitions(true) should behave when partitioned topic scales up?
we use KeyShared subscription and encountered an issue that there are no consumers attached to those new partitions thus message backlog starts building up for those partitions.
is there anything else in terms of either server or client configuration that should be considered in such scenarios?
ps: as a workaround atm we use TopicPatterns method
regards,
Beta Was this translation helpful? Give feedback.
All reactions