-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Microservice container #12
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
Comments
Hi, You can define new container types right after you include the C4_Container.puml, similar to how the ContainerDb type was created.
But from what I know about plantUML you can't use the hexagon shape like you use the rectangle
This won't work. |
I have the same question, any suggestion? thx. |
There is a feature request to add a hexagon shape: https://forum.plantuml.net/10418/please-provide-a-hexagon-shape I would suggest upvoting that. |
Merged from plantuml-stdlib/C4-PlantUML/master
Adding such a shape will add in excess try complexity to the diagrams. In my opinion, I does not fully fit as a container neither as a component in terms of the C4 model. It probably makes more sense to create dedicated microservice diagrams in addition to your C4 diagrams. |
The hexagon shape has been implemented in PlantUML: Support in C4-PlantUML might be coming with #145 |
Reopening as this is under consideration in #145 . |
FYI: #146 also adds a eight-sided shape that can be used to represent a microservice. |
Thanks for the great work. I would like to use hexagon for microservice container instead of rectangle. Where should I add this additional container type?
The text was updated successfully, but these errors were encountered: