Daniel Kinon
Daniel Kinon
I prefer to keep s3 files private and provide an authenticated download. I usually do this with boto3's `generate_presigned_url()`: http://boto3.readthedocs.io/en/latest/guide/s3.html#generating-presigned-urls . I don't currently see a way to do this...
I've got basic kafka message routing working but I have a requirement to route messages to a partition based on a routing key. Is there a way to achieve this...
I've been testing with this module and noticed that when no broker(s) in the kafka_broker_list are available, there is no indication/error in nginx. I just receive a 204 as if...