rabbitmq-stream-dotnet-client icon indicating copy to clipboard operation
rabbitmq-stream-dotnet-client copied to clipboard

RabbitMQ client for the stream protocol

Results 39 rabbitmq-stream-dotnet-client issues
Sort by recently updated
recently updated
newest added

The base for Standard Consumer and Super-Stream Consumer Signed-off-by: Gabriele Santomaggio

- [ ] Standardize on names that closely or exactly match the Java client - [ ] Ensure that the API test uses "published" version

Based on this [comment ](https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/pull/168#discussion_r985831670) we ( I and @Zerpet ) decided to refactor The producer and consumer config constructors. I would be: `new ProducerConfig(streamName)` instead of `new ProducerConfig()` ....

enhancement

In bug "ReliableProducer not reconnecting after leader goes down" #150 reconnecting was improved when leader went down. There is logging for trying to reconnect, but no logging that reconnect succeeded...

enhancement

### Describe the bug I upgraded a RabbitMQ cluster to 3.13.1 and my client using `RabbitMQ.Stream.Client` version `1.8.2` started throwing exceptions: > Error while parsing message "Consumer id 0 for...

bug

### Is your feature request related to a problem? Please describe. I think only when there indeed is something wrong does C# throw a exception. Or at least there is...

enhancement
v2

### Is your feature request related to a problem? Please describe. The `Producer` and `Consumer` classes provide a way to auto-reconnect, but there is some edge case not correctly handled...

enhancement

### Is your feature request related to a problem? Please describe. Add [forceReplicaForConsumers](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/api/com/rabbitmq/stream/EnvironmentBuilder.html#forceReplicaForConsumers(boolean)) like the Java Client ### Describe the solution you'd like Add [forceReplicaForConsumers](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/api/com/rabbitmq/stream/EnvironmentBuilder.html#forceReplicaForConsumers(boolean)) like the Java Client ###...

enhancement

Is it possible to add or delete a stream from a super stream while the producer is running? I made a simple test: I have one producer that sends to...

### Is your feature request related to a problem? Please describe. I created 100k streams to test the behavior of both the server and client. After I am done, I...

enhancement
v2