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

Refactor Application/Management Bus #155

Open
nyuuyn opened this issue Sep 8, 2020 · 0 comments
Open

Refactor Application/Management Bus #155

nyuuyn opened this issue Sep 8, 2020 · 0 comments

Comments

@nyuuyn
Copy link
Contributor

nyuuyn commented Sep 8, 2020

Current Behavior:
Currently the management bus became a mess, as it combines multiple techniques, styles and so on.
E.g. we use dependency injection, camel and the bus also calls itself, making it really hard to debug, especially when we consider that even the core has some parts of logic in it.

Expected Behavior:
Maybe(!) a proper way to refactor the bus (and maybe the whole control) would be by using only camel, instead of mixing multiple things all together

Steps to Reproduce:

  1. Just try to debug a single deployment and look at all messages running through the bus
    OR
  2. Try to debug the distributed features of the container such choreographies or messaging via mqtt

Other Information:
We could also bump up the version of camel as our current version has problems with security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant