Added support for NATS JetStream#84799
Added support for NATS JetStream#84799antaljanosbenjamin merged 36 commits intoClickHouse:masterfrom
Conversation
|
Workflow [PR], commit [bdae3a3] Summary: ❌
|
antaljanosbenjamin
left a comment
There was a problem hiding this comment.
First of all, sorry for being late.
Second, it is looking great! There a few things and I haven't checked the tests yet, will check them tomorrow probably.
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
@antaljanosbenjamin, Sorry, I accidentally requested a review. |
|
I wasn't working until today, will have a look now. |
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
@antaljanosbenjamin I have finished the fixes and am ready to continue the review |
antaljanosbenjamin
left a comment
There was a problem hiding this comment.
I found one typo, after that I am fine to merge the PR. Sorry for asking to fix the typo, but it is in the name of a function and I just feel bad merging it as is. In a comment it would be perfectly fine, but for the function name I feel like I am not comfortable with it.
And I think you did a really great job here again, good PR, very patient with the reviews, so thanks for everything!
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
I think so too, typos definitely need to be fixed. Thanks to you too =))) |
Let me try to restart the the two integrations tests just to make sure they are not related in any way. Edit: I couldn't restart only the two integration tests, I had to restart all failed jobs 🤷 |
|
|
|
You are right, I messed up something. |
|
Thanks again, great job! |
7760f14
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Users can now use NATS JetStream to consume messages by specifying the new settings of
nats_streamandnats_consumerfor the NATS engine.Documentation entry for user-facing changes
#39459