-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Kafka Stream Topology visualizer #205
Labels
scope/backend
scope/frontend
status/accepted
An issue which has passed triage and has been accepted
type/feature
A new feature
Milestone
Comments
Flyur
added a commit
that referenced
this issue
Jul 6, 2021
Flyur
added a commit
that referenced
this issue
Jul 9, 2021
12 tasks
Hi everyone, what is the current status of this? Has someone started implementing it already? If not, since it would be a very helpful feature for our teams, is there a way we can help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
scope/backend
scope/frontend
status/accepted
An issue which has passed triage and has been accepted
type/feature
A new feature
As a user, I would like to copy&paste a generated Kafka Streams topology from an application log and then generate a nice-looking diagram in Kafka UI application.
It would help users to review how their stream topology is built.
As an example, you can take a look at this repo.
example
We can implement a parser of this topology in the backend and then provide models for easier display in UI
Here we could add features like:
The data model is a graph that consists of source connectors, sink connectors, and consumers. Consumers are processor topologies that consist of stream processors (nodes) that are connected by streams (edges).
The graph nodes have additional info:
The text was updated successfully, but these errors were encountered: