plantUml sequence diagrams don't show technology
Description
Pretty similarly to this, the sequence diagram plantUML export of dynamic diagrams doesn't show the technology currently. This hinders understanding when, say, a flow is a Kafka command or event as opposed to an http request.
Many thanks!
Priority
Low (I have no budget and there's no rush, please add this feature for free)
More information
Using https://github.com/structurizr/java/blob/master/structurizr-export/src/main/java/com/structurizr/export/plantuml/StructurizrPlantUMLExporter.java which I think is the only plantUML exported that allows sequence diagrams
Just an additional note that Mermaid sequence diagrams do show technology, but don't seem to convert colors of lines / text (plantUml shows colors on lines but not text).
Thanks for the fix @simonbrowndotje !