Dominik Charousset

Results 200 comments of Dominik Charousset

OK, I've added a new ticket for the bug. Let's fix that first.

What I meant is that CAF shouldn't raise an error if you send a request with multipart. It should be transparent to the code that parses the HTTP request since...

Implementing a scheduler with this kind of work flow is certainly doable, but not trivial. However, it strikes me as a rather niche use case, so I doubt we'll put...

> Would it be possible to use tlse instead of openssl for SSL support? There are two answers to that question. 1. For `caf.net`: definitely. This module encapsulates the SSL/TLS...

> Is `caf.openssl` actually used anymore? Sure, it's currently the only API available for encrypting remote actor communication. So we won't deprecate it any time soon.

Thanks for reporting. The indirect routing stuff has always been a headache. Did you try using the auto-connection feature (set `caf.middleman.enable-automatic-connections`)? That would connect the nodes that want to talk...

Now I'm really curious about your setup. Why/how would you set up a system in a way that only some machines can speak to each other? I'd imagine that if...

That's the first time someone reported actually needing the indirect routing feature (@allspark I've also send you a message in chat). Since we are already considering phasing this out and...

Well, if you have already tracked it down: how complete do you think your patch is?

If this happens during shutdown, it might be that Broker just won't give the managed sockets any time for sending shutdown messages. I'll see what I can do.