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

A client library for RabbitMQ streams

Results 30 rabbitmq-stream-go-client issues
Sort by recently updated
recently updated
newest added

## Summary Implement a mechanism to receive and send heartbeats. Heartbeats should be sent when there are inactivity periods, for example, when the client is inactive (no locator operations) for...

v2.x

## Description We have to implement the smart producer, similar as the [v1 Producer](https://pkg.go.dev/github.com/rabbitmq/rabbitmq-stream-go-client/pkg/stream#Producer). However, I’d like to take the chance that we are doing a major and change the...

v2.x

Looks good to me. Publish error is not tested in the `e2e` test btw _Originally posted by @Gsantomaggio in https://github.com/rabbitmq/rabbitmq-stream-go-client/pull/220#pullrequestreview-1557098094_ Based on feedback above, we should add an E2E test...

v2.x

### Describe the bug Our service using rabbitmq-stream-go-client gets stuck at random times resulting in downtime. The issue starts when the RabbitMQ server logs "unknown command". ¤ unknown command {request,11,{close,1,}},...

bug
Wait for user info

### Is your feature request related to a problem? Please describe. Hello! In my project I've to manually track offsets. It's done in a different (main) goroutine, while the consumer...

enhancement

### Is your feature request related to a problem? Please describe. Create a way to TAG and release automatically ### Describe the solution you'd like Create a way to TAG...

enhancement

### Is your feature request related to a problem? Please describe. Hello! There is a question about hearbeats, for example the next code would raise to logs next messages Code:...

enhancement

### Describe the bug The CI fails on publish the docker image see https://github.com/rabbitmq/rabbitmq-stream-go-client/actions/runs/9363102441 ### Reproduction steps The CI fails on publish the docker image see https://github.com/rabbitmq/rabbitmq-stream-go-client/actions/runs/9363102441 ### Expected behavior...

bug
help wanted
good first issue

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.9 to 1.17.11. Release notes Sourced from github.com/klauspost/compress's releases. v1.17.11 What's Changed zstd: Fix extra CRC written with multiple Close calls by @​klauspost in klauspost/compress#1017 s2: Don't...

dependencies

### Describe the bug The CI often fails on windows. I am not able to reproduce the problem locally ### Reproduction steps The CI often fails on windows. I am...

bug