Vlad Dev
Vlad Dev
Thanks, already found that command. Anyway it would be better to have this included into the docs. Also DefaultUninstall.Services.
Yes, they are both unchecked. In SSH tab you need to specify host, port, user, auth method: public key, private key file path.
We need this
> > We need this > > Need what? This is a feature request, right?
Batch sending multiple messages. They might be for the same subject or different subjects in a one stream. It's important to have all-or-nothing behavior so that either all messages in...
This is our usage case >Additionally in the case that the upstream application dies mid publish it may be difficult to determine that the order was only partially published. Effectively...
Also we already have to use this approach for better performance >An application could publish all the line items as a single "batch" message however this removes the ability to...
We can't use async publish because ordering of messages from a same producer is important. Messages order in the same batch should be preserved (of course only if they belong...
I'm not sure about that. If you call send on a TCP socket with async io in .NET is there a guarantee that another send call immediately after this will...
1. The order is important per stream but there could be different subjects in the same stream. 2. I can't send data to the same subject because I have different...