Skip to content

[Bug] PIP-307 changes don't currently cover advertised listeners support (PIP-61/PIP-95) #22061

@lhotari

Description

@lhotari

Search before asking

  • I searched in the issues and found nothing similar.

Version

master

Minimal reproduce step

this code doesn't support advertised listeners:

assignedBrokerLookupData.map(BrokerLookupData::pulsarServiceUrl).orElse(null),
assignedBrokerLookupData.map(BrokerLookupData::pulsarServiceUrlTls).orElse(null)));

What did you expect to see?

PIP-307 should support advertised listeners feature

What did you see instead?

The default internal listener addresses are used.

Anything else?

There is PIP-338 in discussion which highlights some of the problems.

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions