Skip to content

Commit

Permalink
Merge pull request #870 from terascope/update-node-rdkafka
Browse files Browse the repository at this point in the history
Update node rdkafka to 3.2.0
  • Loading branch information
sotojn authored Nov 26, 2024
2 parents 16d1d1c + 69396b0 commit 1e7997e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion asset/asset.json
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"
}
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kafka-assets",
"displayName": "Asset",
"version": "5.2.0",
"version": "5.3.0",
"private": true,
"description": "Teraslice asset for kafka operations",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/terafoundation_kafka_connector/package.json
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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5270,10 +5270,10 @@ node-int64@^0.4.0:
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==

node-rdkafka@~3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/node-rdkafka/-/node-rdkafka-3.1.1.tgz#2739fa70185f28c253555bd3b457cfc448d47ce1"
integrity sha512-3rY24KlFvkQ0Pfqo5HP/fXa1GA+8R7hFLP+rm2htT7XJluH2lJ1fcEM5KDWKpkq1Nf4otHYvnBdY5eRH6ecYjg==
node-rdkafka@~3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/node-rdkafka/-/node-rdkafka-3.2.0.tgz#05d35a200275a08e5abc4540503c830af46f5228"
integrity sha512-Xt30tiwTKv6LXLtelNDXYETb1VnrzPU5s5OAeyY6fz20Bpqy5ARDoWKim4zsKugGlaztsmzPauqMYcQrLdk8HQ==
dependencies:
bindings "^1.3.1"
nan "^2.19.0"
Expand Down

0 comments on commit 1e7997e

Please sign in to comment.