Hey folks, for some reason, my 2nd consumer group doesn’t seem to be consuming from the queue. My first consumer group is called documentUploadProcessor_development
which is what I use for dev.
Could it be that the beginning commit offset is expired from the topic 7-day retention?
logs from render:
==> Running 'pnpm start documentUploadProcessor'
> @apps/processors@1.0.0 start /opt/render/project/src/apps/processors
> npx bun build ./src/index.ts --outdir ./dist --target bun && npx bun run dist/index.js "documentUploadProcessor"
./index.js 2328.26 KB
[893ms] bundle 1326 modules
{"level":"INFO","timestamp":"2024-01-03T16:10:49.654Z","logger":"kafkajs","message":"[Consumer] Starting","groupId":"documentUploadProcessor_test"}
{"level":"INFO","timestamp":"2024-01-03T16:10:50.369Z","logger":"kafkajs","message":"[ConsumerGroup] Consumer has joined the group","groupId":"documentUploadProcessor_test","memberId":"documentUploadProcessor-5f47747b-c91d-4be9-83a8-2922b6b479ba","leaderId":"documentUploadProcessor-5f47747b-c91d-4be9-83a8-2922b6b479ba","isLeader":true,"memberAssignment":{"document-upload-events":[0]},"groupProtocol":"RoundRobinAssigner","duration":713}
ELIFECYCLE Command failed.