Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Allow use of inter broker listener name for admin client #1

Description

@Vanlightly

The reporter seems to use the first advertised listener as the bootstrap server for the admin client. This can present a challenge when using docker-compose as the resolvable broker names inside the cluster and outside of the cluster may be different.

I have worked around this by starting the cluster with the advertised listeners being the docker-compose service names. This allows the HTTP reporter to function. Before starting any clients, I then dynamically change the advertised listener to the assigned IP address of each container, in order to allow external clients to produce and consume.

If we could tell the listener to use the listener specified by the inter.broker.listener.name configuration, then we avoid this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions