Skip to content

Commit

Permalink
Merge pull request #4 from lpsinger/kafkajs-zstd-node-16
Browse files Browse the repository at this point in the history
Switch to kafkajs-zstd-node-16
  • Loading branch information
lpsinger committed Oct 7, 2022
2 parents 34785e7 + 6e3915d commit 4b42c32
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {
KafkaConfig as BaseKafkaConfig,
ConsumerConfig as BaseConsumerConfig,
} from 'kafkajs'
import ZstdCodec from '@kafkajs/zstd'
import ZstdCodec from 'kafkajs-zstd-node-16'
import { Issuer } from 'openid-client'
import { randomUUID } from 'crypto'

Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcn-kafka",
"version": "0.1.1",
"version": "0.2.0",
"description": "Official Node.js Kafka client for the General Coordinates Network (GCN)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,8 +40,8 @@
"typescript": "^4.7.3"
},
"dependencies": {
"@kafkajs/zstd": "^0.1.1",
"kafkajs": "^2.0.2",
"kafkajs-zstd-node-16": "^0.1.1",
"openid-client": "^5.1.6"
},
"prettier": {
Expand Down

0 comments on commit 4b42c32

Please sign in to comment.