-
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.
Fix asset to work with Teraslice versions lower than v1.4.0 (#791)
This PR makes the following changes: - Introduces backwards compatibility for teraslice versions before `v1.4.0` - This fixes an issue where using a teraslice version older than version `v1.4.0` would throw `TypeError: this.promMetrics.addGauge is not a function` - Bump **kafka-assets** to `v4.4.1` - Updates the following dependencies: - **@terascope/job-components** from `v0.74.2` to `v0.75.0` ref: terascope/teraslice#3625
- Loading branch information
Showing
8 changed files
with
61 additions
and
56 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": "4.4.0" | ||
"version": "4.4.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
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
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": "4.4.0", | ||
"version": "4.4.1", | ||
"private": true, | ||
"description": "A bundle of Kafka operations and processors for Teraslice", | ||
"repository": "[email protected]:terascope/kafka-assets.git", | ||
|
@@ -33,7 +33,7 @@ | |
}, | ||
"devDependencies": { | ||
"@terascope/eslint-config": "^0.8.0", | ||
"@terascope/job-components": "^0.74.2", | ||
"@terascope/job-components": "^0.75.0", | ||
"@terascope/scripts": "^0.77.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^18.14.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
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