Jon Bringhurst

Results 9 comments of Jon Bringhurst

As an alternative, we can also just switch it to Github Actions with https://github.com/apache/samza/pull/1525

I'm having trouble figuring out what should be done in this case: ``` def format(self, record): """Formats a log record and serializes to json""" message_dict = {} if isinstance(record.msg, dict):...

Haven't used it for about 3 years now. If you look at the code, it's a bit sketchy. It might be a good starting point if someone has a reason...

Agreed. This would be an extremely useful feature.

Hey @fwang2, I created https://groups.google.com/forum/#!forum/fileutils-dev for this purpose. Last night I tried to get it working again, but it seems like Google's spam protection is getting the best of me....

At the moment, this appears to be failing on unrelated issues. See https://github.com/python-zk/kazoo/pull/691

The force push is to get rid of the merge commit.

I think it's probably ok to commit this as-is. It's not perfect, but it gets the job done. > it seems we should actually publish "dev" version to the TestPyPI...

Seems like a good idea. Perhaps we should have an env var for KAFKA_DIST_BIN that points to the prefix for the local installation of Kafka. If that variable isn't set,...