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

chore: remove Topic #3105

Merged
merged 1 commit into from
Aug 31, 2018
Merged

chore: remove Topic #3105

merged 1 commit into from
Aug 31, 2018

Conversation

jniles
Copy link
Collaborator

@jniles jniles commented Aug 30, 2018

The Topic library is an event emitter with no consumers implemented. At our production sites, we do not even write to the database the events. Thus, this commit removes Topic until we have a real use case for it.

It should also improve performances slightly since we will not be Pub/Sub-ing events to Redis.

Closes #3091.

@jniles jniles force-pushed the chore-rm-Topic branch 2 times, most recently from 0caeebd to 2775b30 Compare August 30, 2018 14:11
@jniles jniles requested a review from mbayopanda August 30, 2018 15:01
The Topic library is an event emitter with no consumers implemented.  At
our production sites, we do not even write to the database the events.
Thus, this commit removes Topic until we have a real use case for it.

Closes IMA-WorldHealth#3091
@jniles
Copy link
Collaborator Author

jniles commented Aug 31, 2018

bors r+

bors bot added a commit that referenced this pull request Aug 31, 2018
3105: chore: remove Topic r=jniles a=jniles

The Topic library is an event emitter with no consumers implemented.  At our production sites, we do not even write to the database the events. Thus, this commit removes Topic until we have a real use case for it.

It should also improve performances slightly since we will not be Pub/Sub-ing events to Redis.

Closes #3091.

Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 31, 2018

Build failed

@jniles
Copy link
Collaborator Author

jniles commented Aug 31, 2018

bors r+

bors bot added a commit that referenced this pull request Aug 31, 2018
3105: chore: remove Topic r=jniles a=jniles

The Topic library is an event emitter with no consumers implemented.  At our production sites, we do not even write to the database the events. Thus, this commit removes Topic until we have a real use case for it.

It should also improve performances slightly since we will not be Pub/Sub-ing events to Redis.

Closes #3091.

Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 31, 2018

Build succeeded

@bors bors bot merged commit a596db9 into IMA-WorldHealth:master Aug 31, 2018
@jniles jniles deleted the chore-rm-Topic branch August 31, 2018 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant