hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
23 stars 3 forks source link

Implement consumer logic in the Simulator #121

Open a-saksena opened 3 months ago

a-saksena commented 3 months ago

As a block node developer I want to be able to test streaming data to a consumer So we need to add consumer side setup on the simulator side to test out this capability.


Additional Information

Currently the simulator does not have any working implementation for consuming data. There is already separtion in the code, therefore It would be easy to add this in the consumerModeHandler.

a-saksena commented 3 months ago

Needs a downstream dependent ticket in Mirror Node.

Nana-EC commented 1 month ago

@AlfredoG87 and @georgi-l95 we should pull this out of the current EPIC as it's not a Phase 1 goal. Unclear if it need to be under a new EPIC or is fine as specified

AlfredoG87 commented 1 month ago

@AlfredoG87 and @georgi-l95 we should pull this out of the current EPIC as it's not a Phase 1 goal. Unclear if it need to be under a new EPIC or is fine as specified

I wonder why this is not part of Phase1, we should make it part, this is part of the MVP functionality of Streaming from CN --> BN --> Consumers first phase right?

a-saksena commented 1 month ago

This can be carved into a separate epic for Ph2.