Skip to content

Refactor Application/Management Bus #155

Description

@nyuuyn

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions