You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.
I am trying to use AWS Firehose as a log appender. My requirement is to put logs in the firehose in async mode. I have made the log4j appender following this issue
The problem I am facing is that AWS FirehoseAsync opens multiple threads in the background but when the tasks are over, the main process keeps on running even if there is nothing to execute.
I am trying to use AWS Firehose as a log appender. My requirement is to put logs in the firehose in async mode. I have made the log4j appender following this issue
The problem I am facing is that AWS FirehoseAsync opens multiple threads in the background but when the tasks are over, the main process keeps on running even if there is nothing to execute.
Stack overflow question :- link
The text was updated successfully, but these errors were encountered: