lega911 / ijson

Inverted json - lightweight and blazing fast message-broker
MIT License
150 stars 12 forks source link

What about streams? #7

Open MatthewPattell opened 1 year ago

MatthewPattell commented 1 year ago

Is there stream support? If not, is it planned?

lega911 commented 1 year ago

No streams, I thought about it, but not planned yet.

MatthewPattell commented 1 year ago

@lega911 I like this library (thank you) and I use it in production, all that is missing is:

  1. Scaling (but you can always deploy another instance)
  2. Streams

How can I help with the second point (To tell the truth, I'm not very familiar with C++ 😄)? This is a much needed feature.

lega911 commented 1 year ago

It doesn't look like quick fix, I don't have time for it now, sorry. Last years in production have shown how to improve and what to simplify, so I have a wish to create new version with possibility to make mesh-net (including scaling) with auto-discovery and streams etc. but still don't know when I will have time.

MatthewPattell commented 1 year ago

Got it.