Dan Swain

Results 49 comments of Dan Swain

:+1: I needed this as well.

Is any progress being made on the refactoring? I've needed to override this myself.

+1 We're running into this same issue. Unless I'm misunderstanding (a definite possibility), doesn't this make it impossible to have federation between clusters that's resilient to node failure? I.e. if...

FWIW We've configured our federation queues to be HA and that seems to work. So far we haven't observed any performance penalty and in testing it has the desired effect...

It actually doesn't look like const values are generating any code at all?

I have a POC solution for this. The approach I took was, given a file "foo.thrift" with a non-empty set of constants, generate a module called `FooConstants` that defines a...

No, I haven't had time :( I'm still very interested in it.

The protocol is _mostly_ the same as the binary protocol, so my idea was to try to use the code generation that we already use for the binary protocol and...

Sorry I missed this. This would definitely break production code for me :( The value sent over the wire is always going to be an integer. In a lot of...

I've honestly gone back and forth on this a few times. Even before using thrift, and before we started using Ecto (:older_man:), I would have situations where I pulled something...