Is your feature request related to a problem? Please describe.
Hi Lura Team—really enjoying the project, However, the static configuration is a limitation for my architecture. I need the ability to dynamically manage and update Lura's configuration at runtime using an external control plane.
Describe the solution you'd like
Is there a recommended way to implement dynamic configuration? I know Lura’s incredible speed relies heavily on static configs, so I’d like guidance on how to build a dynamic control plane integration without compromising that core performance.
Describe alternatives you've considered
I've considered workarounds like:
-Watching a directory to trigger hot reloads.
(Note: The main issue is managing the existing connections, like when using custom websocket plugin).
Additional context
Any architectural pointers, or feedback on whether a dynamic config approach aligns with Lura's roadmap, would be hugely appreciated. Thanks for the great work!
Is your feature request related to a problem? Please describe.
Hi Lura Team—really enjoying the project, However, the static configuration is a limitation for my architecture. I need the ability to dynamically manage and update Lura's configuration at runtime using an external control plane.
Describe the solution you'd like
Is there a recommended way to implement dynamic configuration? I know Lura’s incredible speed relies heavily on static configs, so I’d like guidance on how to build a dynamic control plane integration without compromising that core performance.
Describe alternatives you've considered
I've considered workarounds like:
-Watching a directory to trigger hot reloads.
(Note: The main issue is managing the existing connections, like when using custom websocket plugin).
Additional context
Any architectural pointers, or feedback on whether a dynamic config approach aligns with Lura's roadmap, would be hugely appreciated. Thanks for the great work!