hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Create new inline PCES Writer component

Open lpetrovic05 opened this issue 5 months ago • 0 comments

Create a new unwired component that writes events to the PCES according to the proposal. This component should be well tested with unit tests but not wired. As much code should be reused from the existing PCES component as possible. There should not be a flush method in this component (existing component has submitFlushRequest() which should not exist in this new component. The return type of writeEvent() should return an event.

lpetrovic05 avatar Sep 30 '24 10:09 lpetrovic05