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

Adds Pattern support to Kafka Streams Topology Dev UI #36871

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

dcotfr
Copy link
Contributor

@dcotfr dcotfr commented Nov 4, 2023

Proposed fix for #29411

@dcotfr dcotfr marked this pull request as ready for review November 4, 2023 16:42
@dcotfr
Copy link
Contributor Author

dcotfr commented Nov 5, 2023

Topologies with a pattern source appear in the graph.
The source is dashed to show that it is pattern-based.
image

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I added a small question.

Probably something for @ozangunalp and @phillip-kruger to review.

Comment on lines -83 to -87
for (int i = 0; i < subGraphs.size(); i++) {
res.add(" subgraph cluster" + i + " {");
res.add(" label=\"Sub-Topology: " + i + "\"; color=\"#C8C879\"; bgcolor=\"#FFFFDE\";");
res.add(" }");
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove this section?

@dcotfr
Copy link
Contributor Author

dcotfr commented Nov 7, 2023 via email

@quarkus-bot

This comment has been minimized.

@quarkus-bot
Copy link

quarkus-bot bot commented Nov 8, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Copy link
Member

@phillip-kruger phillip-kruger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @ozangunalp please also have a look

@phillip-kruger
Copy link
Member

Merging. @ozangunalp please let us know if there is any concerns (and we can roll forward)

@phillip-kruger phillip-kruger merged commit e843203 into quarkusio:main Nov 9, 2023
19 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.6 - main milestone Nov 9, 2023
@dcotfr dcotfr deleted the issue-29411 branch November 14, 2023 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants