Skip to content

Instantly share code, notes, and snippets.

@jaylandro
Last active October 7, 2022 17:30
Show Gist options
  • Save jaylandro/1faf88d11f328792456e29a3d418017a to your computer and use it in GitHub Desktop.
Save jaylandro/1faf88d11f328792456e29a3d418017a to your computer and use it in GitHub Desktop.
graph LR
subgraph Verification[Kafka Verification: Client Latency<br><br><br><br>]
    subgraph Customer Kafka
        brokers(Topic: VERICA-CLIENT-LATENCY)
    end
    subgraph Client Latency Producer Pod        
        P{Producer} --> L1(TC Latency) -.-> | Configured Latency | brokers
    end
    subgraph Client Latency Consumer Pod          
        C{Consumer} --> L2(TC Latency) -.-> | Configured Latency | brokers
    end
end

click L1,L2 "https://man7.org/linux/man-pages/man8/tc.8.html"

classDef warn fill:orange,color:white
class L1,L2 warn

style Verification fill: none, stroke: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment