The main idea is adding a property synchroniceFlush and a new constructor for Configuration class to define when the process will execute async or sync process.
Help to solve an issue
I have an issue on flow because I can't fill the queue with all the events before the make the flush, the methods involved are WriteSync and UploadSync on EventPipeline class.
NOTE: this is my solution if exist a better option to implement I can work on that suggestion.
The main idea is adding a property
synchroniceFlush
and a new constructor forConfiguration
class to define when the process will execute async or sync process.Help to solve an issue
I have an issue on flow because I can't fill the queue with all the events before the make the flush, the methods involved are
WriteSync
andUploadSync
onEventPipeline
class.NOTE: this is my solution if exist a better option to implement I can work on that suggestion.