Mirko Da Corte
Mirko Da Corte
Ok I can, but I will need some time. 👍
no sorry, very busy with other projects... at this point if other wants to open PR, please
Yes, thanks @agazso, I know and I will use primary the `swarm-pin` header in our application. Anyway, this is a thing to have, in my opinion.
A possible solution could be to pass to bee an optional parameter with a minimum feed index to find. If I know (me, the client) that an already seen feed...
Yes, writing is already addressed with the postage batch, that will find the exact node owning it. We need to find a solution with downloads, but I need to get...
Unfortunately it's difficult to use only bee-js in our situation. We provide a gateway that can see traffic through it. It can store for each returned feed it's maximum returned...
Hi @xeioex, thank you for your reply, but unfortunately this solution doesn't fit with my application. I'm not interested in logs, but I've to receive a prompt communication with rest...
Great! It looks like you have found what I needed :) I will try, thanks!
Yes, absolutely, this was THE solution! Thank you :)
All right. My final solution: ``` location / { js_body_filter main.requestFilter buffer_type=buffer; proxy_pass $my_source; post_action /notify; } location /notify { internal; proxy_pass $my_external_service; } ``` ``` function requestFilter(r, data, flags)...