pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[WIP][fix][broker] Fix topic lookup with Admin API when using advertised listeners

Open lhotari opened this issue 1 year ago • 0 comments

This PR is WIP

Motivation

PIP-61 and PIP-95 isn't fully implemented in the Pulsar code base. For example, topic lookup with Admin API is broken when using advertised listeners.

Modifications

  • cover gaps in redirects to handle advertised listeners
  • allow having both Pulsar binary protocol (pulsar & pulsar+ssl) and web api (http & https) with the same listener name by removing the unnecessary restriction of max 2 endpoints for a listener name

Additional context

Documentation

  • [ ] doc
  • [ ] doc-required
  • [x] doc-not-needed
  • [ ] doc-complete

lhotari avatar Feb 16 '24 16:02 lhotari