Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Deferred initialization of topic names #1343

Closed
johanjk opened this issue Apr 4, 2024 · 1 comment
Closed

Feature: Deferred initialization of topic names #1343

johanjk opened this issue Apr 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@johanjk
Copy link

johanjk commented Apr 4, 2024

When establishing a connection, this can be deferred to the lifespan hook using broker.connect

Likewise, I would like to defer the selection of topic names until the lifespan hook.

@johanjk johanjk added the enhancement New feature or request label Apr 4, 2024
@Lancetnik
Copy link
Collaborator

We have a way to delay subscribers declaration already: https://faststream.airt.ai/latest/getting-started/routers/#router-usage

Please, use it if you don't like to setup your topics from global config

@Lancetnik Lancetnik closed this as not planned Won't fix, can't repro, duplicate, stale Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants