Skip to content
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

Antidote channels #378

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Antidote channels #378

wants to merge 16 commits into from

Conversation

balegas
Copy link
Contributor

@balegas balegas commented Jul 29, 2019

Replacement for inter-dc zeromq implementation.

Provides a library to abstract zeromq communication patterns from inter-dc replication code.
Supports ZeroMQ and RabbitMQ and provides an extensible interface.

Current implementation was tested for ZeroMQ. Performance is comparable to current implementation. In the long-term we will want to use this library to test the performance of RabbitMQ against ZeroMQ, or to replace the underlying erlzmq library.

balegas and others added 16 commits May 24, 2019 12:03
…antidote_channels

# Conflicts:
#	rebar.lock
#	src/inter_dc_pub.erl
Removed zeromq process from sup tree
* master:
  Propagate aborts via pb (#373)
# Conflicts:
#	rebar.config
#	rebar.lock
#	src/antidote.app.src
#	src/antidote_pb_sup.erl
#	src/inter_dc_pub.erl
#	src/inter_dc_query.erl
#	src/inter_dc_query_receive_socket.erl
#	src/inter_dc_sub.erl
# Conflicts:
#	rebar.config
#	rebar.lock
#	src/antidote.app.src
@FairPlayer4
Copy link
Member

This will have to be updated significantly due to the changes in master
I like the idea of having an alternative message queue service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants