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
provides fix for dead-lock caused by unseen synchronized block caused by ch.qos.logback.core.AppenderBase
the fix for the dead-lock is addressed by removing the use of blocking queue for logging events. As a result, this also removed the need for SplunkHecAppenderStrategy's
Changed
additionally, added Monix circuit breakers around consuming the log event stream and pushing data to Splunk via HTTP