Ben Johnson
Ben Johnson
Currently, the `http` sink's `uri` option is static. It would be nice to make it templateable, allowing users to partition data across different `uri`s. Ex: ```toml [sinks.my_http_sink] type = "http"...
Document the changes in https://github.com/timberio/vector/pull/2896.
I did some light reading regarding Amazon's MSK service authentication strategy: https://docs.aws.amazon.com/msk/latest/developerguide/security_iam_service-with-iam.html It appears we'll need to support the basic AWS authentication strategy for both the `kafka` source and sink....