confluentinc / confluentinc/confluent-kafka-javascript

segmentation fault on fetchOffsets for unseen groups

Open
#374 1 comment 0 reactions 0 assignees View on GitHub
librdkafka
Dominant language
TypeScript
Stars
304
Forks
45
Avg merge
11h 47m
Merged PRs (30d)
5

Description

**Environment Information**
- OS: Debian
- Node Version: v22.16.0
- confluent-kafka-javascript version: 1.4.1

**Steps to Reproduce**
The library crashes with a segmentation fault and without an informative error when calling:

```
const offsets = await admin.fetchOffsets({
groupId: groupId,
});
```
with groupId not being used by consumers yet (or the consumer group not having committed any offsets yet)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.