confluentinc / confluentinc/confluent-kafka-javascript
segmentation fault on fetchOffsets for unseen groups
Open
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
Assessment
This issue has not been assessed yet.