Open tttp opened 1 year ago
Hi,
we are using a mix of rabbitmq (actions), REST API (campaign), phoenix channels+graphql subscription (actionpages)
for the later, it seems there is a different protocol (also based on websockets) that is more common
absinthe_graphql_ws
but might be good to rationalise and stick to one method
how it is used:
it might make sense to push everything through rabbitmq for consistency
first step:
Hi,
we are using a mix of rabbitmq (actions), REST API (campaign), phoenix channels+graphql subscription (actionpages)
for the later, it seems there is a different protocol (also based on websockets) that is more common
absinthe_graphql_ws
but might be good to rationalise and stick to one method
how it is used:
it might make sense to push everything through rabbitmq for consistency