Amos Shapira

Results 3 issues of Amos Shapira

Before submitting an issue, please make sure: - [X] You're running Go 1.6 or later - [ ] You've tried installing with `go get -u` to update dependencies If you...

Slack API allows sending "scheduled" messages by adding a `post_at` field to the `chat.postMessage` call: https://api.slack.com/messaging/scheduling Could you please add support for this option?

Kafka 2.7.0 introduces PEM support: 1. Release notes: https://blogs.apache.org/kafka/entry/what-s-new-in-apache4 2. KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key It'll be useful to add support for this. As a reference, maybe this PR on Bitnami's Docker image...