forked from Blizzard/node-rdkafka
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: node 22 support, latest rdkafka #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
AVVS
commented
Jan 25, 2025
- Revert node engine change (Revert node engine change Blizzard/node-rdkafka#1002)
- Update to librdkafka 2.0.2 (Update to librdkafka 2.0.2 Blizzard/node-rdkafka#996)
- Update to librdkafka 2.1.1 (Update to librdkafka 2.1.1 Blizzard/node-rdkafka#1008)
- Stop consume loop thread when disconnecting (Stop consume loop thread when disconnecting Blizzard/node-rdkafka#1017)
- upgrade examples to es6 (upgrade examples to es6 Blizzard/node-rdkafka#1029)
- Update to librdkafka 2.2.0 (Update to librdkafka 2.2.0 Blizzard/node-rdkafka#1033)
- Update to librdkafka 2.3.0 (Update to librdkafka 2.3.0 Blizzard/node-rdkafka#1047)
- Version 2.18.0 (Version 2.18.0 Blizzard/node-rdkafka#1048)
- Drop support for end-of-life node versions (Drop support for end-of-life node versions Blizzard/node-rdkafka#1049)
- docs: simplify contributing by adding instructions (docs: simplify contributing by adding instructions Blizzard/node-rdkafka#1071)
- docs: add missing rebalance event to consumer events (Add consumer rebalance event to the docs. Blizzard/node-rdkafka#1070)
- Add setToken API for OAuthBearer authentication flow (Add setToken API for OAuthBearer authentication flow Blizzard/node-rdkafka#1075)
- Update to librdkafka 2.5.0 (Update to librdkafka 2.5.0 Blizzard/node-rdkafka#1086)
- Allow null in consumer commitSync typings (Allow passing null to commitSync in KafkaConsumer typings Blizzard/node-rdkafka#1082)
- Export event types for use with abstract Client class (Export event types for use with abstract Client class Blizzard/node-rdkafka#1083)
- Update librdkafka to 2.5.3 fixes Cannot install on Mac: error: unknown type name 'rd_kafka_broker_t' Blizzard/node-rdkafka#1093 (Update librdkafka to 2.5.3 fixes #1093 Blizzard/node-rdkafka#1095)
- v3.1.1 (v3.1.1 Blizzard/node-rdkafka#1096)
- Use macos-14 for test workflow (Use macos-14 for test workflow Blizzard/node-rdkafka#1088)
- Cooperative Rebalance (Cooperative Rebalance Blizzard/node-rdkafka#1081)
- Update librdkafka to 2.6.0
- Update librdkafka to 2.6.1 (Update librdkafka to 2.6.1 Blizzard/node-rdkafka#1107)
- Update librdkafka version in readme (Update librdkafka version in readme Blizzard/node-rdkafka#1108)
- chore: update build scripts
KafkaConsumer incorrectly requires that commitSync be supplied with a TopicPartitionOffset or an array of TopicPartitionOffsets, when docs say that null can be passed to commit all read offsets.
Without exported event types, they must be duplicated in dependant code to correctly use the abstract `Client` class.
Co-authored-by: garywilb <[email protected]>
This resolve "The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15." errors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.