[Question] Can I customize the default page.pubsub implementation? #5732
Unanswered
luozhouyang
asked this question in
Q&A
Replies: 1 comment
-
|
I assume you need to replace For web it's currently being instantiated in here: https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-web/src/flet_web/fastapi/flet_app_manager.py#L37-L47 I'd think to give someone an ability to plug into creation of PubSubHub we need a factory method in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the official documents, I am not sure how flet implement pubsub in detail. Does flet support customize pubsub implementations? To be more specific, I want to dpeloy flet apps in a k8s cluster with more than three pods, how does flet default pubsub work with this distributed scene?
Beta Was this translation helpful? Give feedback.
All reactions