-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #870 from terascope/update-node-rdkafka
Update node rdkafka to 3.2.0
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "kafka", | ||
"description": "Kafka reader and writer support.", | ||
"version": "5.2.0" | ||
"version": "5.3.0" | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "kafka-asset-bundle", | ||
"displayName": "Kafka Asset Bundle", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"private": true, | ||
"description": "A bundle of Kafka operations and processors for Teraslice", | ||
"repository": "[email protected]:terascope/kafka-assets.git", | ||
|
@@ -46,7 +46,7 @@ | |
"eslint": "~9.15.0", | ||
"jest": "~29.7.0", | ||
"jest-extended": "~4.0.2", | ||
"terafoundation_kafka_connector": "~1.1.0", | ||
"terafoundation_kafka_connector": "~1.2.0", | ||
"teraslice-test-harness": "~1.2.1", | ||
"ts-jest": "~29.2.5", | ||
"typescript": "~5.2.2", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "terafoundation_kafka_connector", | ||
"displayName": "Terafoundation Kafka Connector", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Terafoundation connector for Kafka producer and consumer clients.", | ||
"homepage": "https://github.com/terascope/kafka-assets", | ||
"repository": "[email protected]:terascope/kafka-assets.git", | ||
|
@@ -22,7 +22,7 @@ | |
"test:watch": "ts-scripts test --watch . --" | ||
}, | ||
"dependencies": { | ||
"node-rdkafka": "~3.1.1" | ||
"node-rdkafka": "~3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@terascope/job-components": "~1.6.1", | ||
|
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