phoenixframework/phoenix_pubsub

v2.1 and v2.0 are incompatible

nmbrone opened this issue · 0 comments

Hi all.

Not sure this will be considered an issue.

We have a use-case for the library where we have service A that broadcasts some payload and service B that consumes it via PubSub (A and B are in a cluster, both running PubSub v2.0).

In v2.1 some changes related to the process grouping were made in the Phoenix.PubSub.PG2 adapter. Now, if one of the services named above is updated to v2.1 independently, communication between services is not possible anymore.