Drew Robb

Results 8 issues of Drew Robb

With the changes introduced in https://github.com/rtoma/logspout-redis-logstash/commit/b96fbb63fa275395647ce01601f80d645227e591 we are seeing in production it is still possible for a pump send to timeout. The [retry](https://github.com/rtoma/logspout-redis-logstash/blob/b96fbb63fa275395647ce01601f80d645227e591/redis.go#L180) after a first error opens a connection...

The compiler can generate case classes with more than 22 parameters. This hits an implementation restriction in scala: ``` Implementation restriction: case classes cannot have more than 22 parameters. ```...

Jumping the gun here, but storm ~0.11~ 1.0 supports HA nimbus when released: https://github.com/apache/storm/pull/354. It would be extremely nice if the mesos storm framework supported this directly. I see two...

enhancement

This gives new configuration options to allow fetching marathon endpoints as registered in zookeeper rather than hardcoded endpoints. I've used this patch for some time in our production deploy with...

The purpose of this feature is to allow bamboo to shutdown haproxy gracefully in response to a SIGTERM. In my particular use case we have bamboo running in docker behind...

For releases published at https://mvnrepository.com/artifact/org.polynote/polynote-runtime, the latest published version is 0.4.4, versus 0.4.9 here. I opened https://github.com/polynote/polynote/issues/1022 before on this same issue. Thanks!

Adding a recursive field to a proto breaks things, see https://github.com/drewrobb/sparksql-scalapb-test/commit/4cfc436c5a3a9f75d4218a0695ff7e9c2b8300e3 for a reproduction. I'm happy to help address this if you have a recommended approach to solving it? ```...

It would be excellent to have support for specifying a specific hadoop minor version. Spark itself is distributed for 2.4.0 and 2.6.0, but there is no way to currently use...