Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Connector's message format to kafka #1

Closed
cyborgshead opened this issue Aug 17, 2017 · 1 comment
Closed

Connector's message format to kafka #1

cyborgshead opened this issue Aug 17, 2017 · 1 comment
Assignees

Comments

@cyborgshead
Copy link
Member

cyborgshead commented Aug 17, 2017

Proposal to message' format:

  • type: string ("block", message type)
  • blockchain: string (bitcoin, ethereum)
  • branch: string (ex. main || testnet <- bitcoin, main || testnet:ropsten || testnet:kovan <- ethereum, etc)
  • block_hash: string (ex. bitcoin main 000000000000000000fe316680c703c4464c8963253ad3feb3be1cfd129e107b)
  • block_number: integer (ex. bitcoin main 480899)
  • body: json which contains raw block data and raw txs
@cyborgshead
Copy link
Member Author

@hleb-albau please put message example which goes to kafka now

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

No branches or pull requests

3 participants