Joost Farla
Joost Farla
I would be interested in the same feature. We're having a server-streaming API, which streams millions of response messages for a single RPC call. We are looking for ways to...
@mml21 good to know there is more interest. I've added the example command to my previous post.
@bojand thanks for your reply! I really appreciate all the hard work and would be happy to contribute, but unfortunately my experience with Go is pretty limited... One thing that...
I'm getting the same errors since I've upgraded Compass to v1.0.1. Before, the task was running fine. Could be related to https://github.com/Compass/compass/issues/1769.
@LukasReschke Thanks for clarifying! I can understand this helps in tuning performance. However, what you describe: a) will probably apply for one specific implementation b) should not be the client's...
@labkode you mean apart from SSL/TLS on a connection level? That would be double TLS then ;) My personal opinion is that encryption on a message-level is a bridge too...
@labkode ah you're right! I misunderstood your comment. I like the idea of bi-directional TLS. Would that be very complex to setup? I will update my comment which is slightly...
@AnalogJ Just tried this, but I'm afraid I was not able to reproduce the issue. Can you provide your full `s-function.json` and embedded template(s) please?
@rodrigoreis22 did you deploy your endpoints with the `-a` flag? Otherwise, the preflight (`OPTIONS`) endpoints will not be deployed.
@rodrigoreis22 `-a` / `--all` is the flag to deploy all your endpoints at the same time. Only then, your preflight (`OPTIONS`) endpoints will be deployed.