Kuadrant / policy-machinery

Machinery for implementing Gateway API policies
Apache License 2.0
8 stars 2 forks source link

New topology graph engine #18

Closed guicassolato closed 1 month ago

guicassolato commented 1 month ago

Replace the topology graph engine with github.com/emicklei/dot.

Previously used github.com/goccy/go-graphviz is not thread-safe and was causing issues when running reconciliation functions in goroutines.