Open
Description
Description
We have a project using apache kafka which consumes messages. After each consumption we use AdminClient to get last added offset in topic - we need it for metrics to watch how many messages are still in queue.
Steps to reproduce
Call AdminClient.GetWatermarkOffsets while consuming message.
Checklist
Please provide the following information:
- Confluent.Kafka nuget version:
1.0.0-beta3 - Client configuration:
{
topic.metadata.refresh.interval.ms: 30000,
socket.blocking.max.ms: 1
queue.buffering.max.ms: 1
receive.message.max.bytes: 104857300,
group.id: "inspireCloud",
enable.auto.commit: false,
offset.store.method: "none"
} - Operating system:
CentOs 7.5.1804