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

New "streamer-app" to publish remote events to Kafka or RabbitMQ #45

Merged
merged 3 commits into from
Oct 26, 2023

Conversation

satran004
Copy link
Member

Following events are currently supported

Available events:
- blockEvent (For Shelley and Post Shelley blocks)
- rollbackEvent
- byronMainBlockEvent. (For Byron Era main blocks)
- byronEbBlockEvent (For Byron Era EB Blocks)
- blockHeaderEvent,
- genesisBlockEvent
- transactionEvent
- auxDataEvent
- mintBurnEvent
- certificateEvent
- scriptEvent

By default blockEvent and rollbackEvent are enabled

Default topic / exchange : (Configurable)

By default, the following topics/exchanges names are used for supported events:

  1. blockEvent - blockTopic
  2. rollbackEvent - rollbackTopic
  3. byronMainBlockEvent - byronMainBlockTopic
  4. byronEbBlockEvent - byronEbBlockTopic
  5. blockHeaderEvent - blockHeaderTopic
  6. genesisBlockEvent - genesisBlockTopic
  7. certificateEvent - certificateTopic
  8. transactionEvent - transactionTopic
  9. auxDataEvent - auxDataTopic
  10. mintBurnEvent - mintBurnTopic
  11. scriptEvent - scriptTopic 

@satran004 satran004 merged commit 51f322b into main Oct 26, 2023
1 check passed
@satran004 satran004 deleted the streamer branch October 26, 2023 04:28
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.

1 participant