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

Decrease event duplications in Kafka #32

Open
GenTang opened this issue Jun 3, 2020 · 0 comments
Open

Decrease event duplications in Kafka #32

GenTang opened this issue Jun 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request P3 Priority 3 (Medium)

Comments

@GenTang
Copy link
Contributor

GenTang commented Jun 3, 2020

Feature Request

Is your feature request related to a problem? Please describe:

Currently, when an event is sent to Ligase, there are almost 5 duplications in Kafka.

As Ligase is heavily based on Kafka, when there are some modifications on event, we read event from Kafka and then producer new one to Kafka. Therefore, the 5 duplications of event is caused by some minor modifications of event which should be optimized into fewer operation.

Describe the feature you'd like:

Decrease event duplications in Kafka, probably 2-3 duplications is ideal.

@GenTang GenTang added enhancement New feature or request P3 Priority 3 (Medium) labels Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3 Priority 3 (Medium)
Projects
None yet
Development

No branches or pull requests

2 participants