Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query sequence #145

Merged
merged 2 commits into from
Jun 9, 2022
Merged

Query sequence #145

merged 2 commits into from
Jun 9, 2022

Conversation

Gsantomaggio
Copy link
Member

Fixes #144

This PR contains a bump to 1.0.1-rc.1, so in this way, it is possible to use:

go get -u github.com/rabbitmq/rabbitmq-stream-go-client

Without specifying the version. It wasn't possible with the 1.0.0-x due of an old tag error

#144

Signed-off-by: Gabriele Santomaggio <[email protected]>
To easly get the last id for the producer

Signed-off-by: Gabriele Santomaggio <[email protected]>
@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #145 (c781580) into main (3941c0a) will decrease coverage by 0.24%.
The diff coverage is 77.77%.

@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
- Coverage   79.96%   79.72%   -0.25%     
==========================================
  Files          16       16              
  Lines        2511     2525      +14     
==========================================
+ Hits         2008     2013       +5     
- Misses        365      372       +7     
- Partials      138      140       +2     
Impacted Files Coverage Δ
pkg/stream/constants.go 68.85% <ø> (ø)
pkg/stream/enviroment.go 70.53% <55.55%> (-0.31%) ⬇️
pkg/stream/client.go 82.10% <100.00%> (+0.10%) ⬆️
pkg/stream/producer.go 86.70% <100.00%> (+0.08%) ⬆️
pkg/stream/server_frame.go 82.04% <0.00%> (-1.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3941c0a...c781580. Read the comment docs.

@Gsantomaggio Gsantomaggio merged commit ccf528f into main Jun 9, 2022
@Gsantomaggio Gsantomaggio deleted the query_sequence branch June 9, 2022 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does a producer have getLastPublishingId() method?
1 participant