goflow2 icon indicating copy to clipboard operation
goflow2 copied to clipboard

Do not deprecate srv record

Open simPod opened this issue 2 years ago • 2 comments

I find it kind of handy since it simplifies broker management via one central point.

simPod avatar Dec 11 '23 10:12 simPod

I think that creates a dependency on DNS and does not track well changes to it (or would create the assumption you just need to update the SRV for GoFlow2 to automatically send to the new brokers). In Kube or with automation, this make the SRV redundant. This said I don't have plans to remove this code just yet.

lspgn avatar Dec 13 '23 02:12 lspgn

I think that creates a dependency on DNS and does not track well changes to it (or would create the assumption you just need to update the SRV for GoFlow2 to automatically send to the new brokers).

I understand. Maybe adding a doc could help to battle such assumption. I usually use DNS in brokers list as well so having a dependency on it is not such an issue.

simPod avatar Dec 13 '23 08:12 simPod