Skip to content

Commit f338625

Browse files
authored
kafka removing unused confluentic-kafka lib (#324)
* Removing confluentic kafka * Removing changes on CI * Adding CI for kafka with node 24
1 parent 7aab878 commit f338625

File tree

4 files changed

+2
-81
lines changed

4 files changed

+2
-81
lines changed

.github/workflows/ci.common.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
- name: Install
2424
run: npm install --ignore-scripts
2525

26-
# We need to trigger the rebuild of @confluentinc/kafka-javascript to run scrips
27-
- name: Run @confluentic/kafka-javascript scripts
28-
if: ${{ inputs.package_name == '@message-queue-toolkit/kafka' }}
29-
run: npm rebuild @confluentinc/kafka-javascript
30-
3126
- name: Build TS
3227
run: npm run build -- --filter=${{ inputs.package_name }}
3328

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
kafka:
3131
strategy:
3232
matrix:
33-
node-version: [22.x]
33+
node-version: [22.x, 24.x]
3434
uses: kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml@main
3535
with:
3636
package_name: '@message-queue-toolkit/kafka'

packages/kafka/lib/test-confluentic.spec.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.

packages/kafka/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@message-queue-toolkit/kafka",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"engines": {
55
"node": ">= 22.14.0"
66
},
@@ -47,7 +47,6 @@
4747
"prepublishOnly": "npm run lint && npm run build"
4848
},
4949
"dependencies": {
50-
"@confluentinc/kafka-javascript": "^1.3.0",
5150
"@lokalise/node-core": "^14.2.0",
5251
"@lokalise/universal-ts-utils": "^4.5.1",
5352
"@platformatic/kafka": "^1.9.0"

0 commit comments

Comments
 (0)