metcoder95 / cloud-pine

Pino Transport abstraction for Google Cloud Logging
MIT License
12 stars 2 forks source link

[Performance] Implement back-pressure #35

Open metcoder95 opened 1 year ago

metcoder95 commented 1 year ago
          Hey 👋 

Thanks for the feedback.

I think that should be doable, so far we have two things here, we can start by extending the options also to allow configure split2 with the args maxLength and skipOverflow so the behaviour is customizable.

The second one is that the current implementation is quite basic, and does not implement backpressure, which can be implemented as further enhancement.

Originally posted by @metcoder95 in https://github.com/metcoder95/cloud-pine/issues/34#issuecomment-1652494849