geekox86
Results
23
comments of
geekox86
Hi. AFAIK, pull consumers support load balancing over multiple clients consuming from the same consumer; essentially, giving the same Competing Consumers pattern by queue group. I also asked in the...
The new API of NATS clients including .NET client go like this: ``` await using var nats = new NatsConnection(); var js = new NatsJSContext(nats); // Assuming the pull consumer...
@yang-xiaodong Hi again, just checking of what do you think dear?