Jeroen Rosenberg

Results 5 comments of Jeroen Rosenberg

Any update on this one? I'm suffering from the same issue. Is there any indication to which version of gitlab I should use? Any help is appreciated.

@mazorigal To give you some pointers I'm using spray-json serialization for my case classes for "internal" messaging (see https://gist.github.com/jeroenr/2895de32accd440c2558261a49952cab) and I'm using a Serde implementation (see https://gist.github.com/jeroenr/8b0cc0a4ce3b4d521de28267867bc003) based on avro4s...

Yeah I use JSON for doing joins, for instance. Generally it's easier to filter and transform on. For internal state store I'm using Array[Byte] for the values.

Please merge this! We're running jmxtrans as a sidecar to our kafka & mirrormaker pods, but they often end up in "zombie mode" after exceptions like mentioned in this thread....

I got the same issue. Any update / pointers on this?