amazon-archives / kinesis-log4j-appender

ARCHIVED: Log4J Appender for writing data into a Kinesis Stream
Apache License 2.0
62 stars 42 forks source link

Appender does not provide way to set proxy host and port in AWS client configuration #1

Open d-smith opened 10 years ago

d-smith commented 10 years ago

The appender cannot be used as is in applications that connect to AWS via an HTTP proxy. The ClientConfiguration object has methods for proxy configuration (setProxyHost, setProxyPort, etc) but these are not currently leveraged by the appender.