Skip to content

Commit

Permalink
update all dependencies and use dynamic import for cppzst
Browse files Browse the repository at this point in the history
Thankfully, as this is already fully async we can use the async import
This also updates a couple of deps so the project runs on a modern Node (18/20)

tests: update kafka to make it work on arm64
  • Loading branch information
abarisain committed Aug 31, 2023
1 parent c8d3e2a commit de842e6
Show file tree
Hide file tree
Showing 7 changed files with 6,148 additions and 3,148 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"node": true
},
"parserOptions": {
"ecmaVersion": 2020
"ecmaVersion": "latest",
"sourceType": "module"
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

kafka:
image: confluentinc/cp-kafka:5.4.2
image: confluentinc/cp-kafka:7.5.0
hostname: kafka
container_name: kafka
labels:
Expand Down
Loading

0 comments on commit de842e6

Please sign in to comment.