Description
Body
StreamPipes allows you to choose the actual messaging broker that is used for the internal StreamPipes communication.
To easily inspect what messaging broker is running, a user should get this information as part of the System Info
view within the UI.
One can access this view as displayed below.
Therefore, the following tasks need to be done:
- Add section about the messaging broker to the UI component: https://github.com/apache/streampipes/blob/dev/ui/src/app/info/versions/versions.component.html
- Extend response of the API endpoint
info
by the required information:
https://github.com/apache/streampipes/blob/dev/streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/Version.java
Mentoring
As this issue is marked as good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.
This issue is ideal for people that are interested in getting started with StreamPipes and are both interested in API and UI development.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.