Results 159 comments of Ron Pressler

What do you mean by "it becomes a bit complex to maintain and not reintroduce problems"? Can you be a bit more specific?

There's a tool called [Macker](https://github.com/andrena/macker), which I used a long time ago for this kind of thing. You may want to give it a try. But not everything needs to...

Yeah, that would be overkill. Are you sure, though, that `ServletWebActors` loads the websocket classes even if the relevant methods are never called?

Yeah, I think we'll wait until there's stronger motivation that just including an API JAR, considering how many unused JARs are in most applications anyway.

Yes, that's a good point. Comsat classes should be instrumented AOT.

Thank you! This looks good, but please change jooq-latest to jooq-java8 as you suggested. Also, take a look at the [Quasar build file](https://github.com/puniverse/quasar/blob/master/build.gradle#L12) to see how to exclude subprojects from...

What we should do is leader election among slaves _after_ the master dies. The leader is the node with the most recent backup update.

Currently, Cache.handleMessageMsg() automatically and immediately ACKs every messenger message.

Perhaps @sheinbergon can give it a try using the redis branch, and we'll decide based on his experience.