Skip to content

High CPU usage when getting last offset in topic #820

Open
@nachtneblovaK

Description

@nachtneblovaK

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.

Code for getting last offset:
image

CPU Usage
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    investigate furtherwe want to further investigate to understand properly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions