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

Add Kafka indexing support #540

Closed
11 tasks done
egaxhaj opened this issue Oct 25, 2021 · 1 comment
Closed
11 tasks done

Add Kafka indexing support #540

egaxhaj opened this issue Oct 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request epic This ticket is used for grouping other tickets together.
Milestone

Comments

@egaxhaj
Copy link
Contributor

egaxhaj commented Oct 25, 2021

Summary

Provide the ability to store state changes to Kafka.

Problem Definition

Why do we need this feature?

  • Provide the ability to save the state to an external storage system.

What problems may be addressed by introducing this feature?

  • It provides a means of listening to state changes as they occur in real time and storing them in Kafka for further processing.

What benefits does the Provenance Network stand to gain by including this feature?

  • Reduced the complexity of having to maintain and spring up new query nodes as the blockchain size increases.

Should this feature be implemented in the Cosmos SDK directly? Consider submitting
this request upstream instead.

Are there any disadvantages of including this feature?

  • _Requires knowledge and expertise of Kafka architecture and API.

Proposal

Discussion: cosmos/cosmos-sdk#10351
Plugin system proposal: cosmos/cosmos-sdk#11175
Implementation: provenance-io/cosmos-sdk#49

Sub Items


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@egaxhaj egaxhaj added enhancement New feature or request go Pull requests that update Go code labels Oct 25, 2021
@egaxhaj egaxhaj self-assigned this Oct 25, 2021
@iramiller iramiller added this to the backlog milestone Jan 20, 2022
@iramiller iramiller modified the milestones: backlog, v1.9.0 Mar 2, 2022
@iramiller iramiller modified the milestones: v1.10.0, v.1.9.0 Apr 11, 2022
@egaxhaj egaxhaj modified the milestones: v.1.9.0, v1.8.x Apr 18, 2022
@egaxhaj egaxhaj added epic This ticket is used for grouping other tickets together. and removed go Pull requests that update Go code labels Apr 18, 2022
@egaxhaj
Copy link
Contributor Author

egaxhaj commented Apr 27, 2022

Releases in v1.8.2

@egaxhaj egaxhaj closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic This ticket is used for grouping other tickets together.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants