Skip to content

V1.1.1

Compare
Choose a tag to compare
@idohalevi idohalevi released this 03 Sep 09:42
· 44 commits to master since this release
5e2f09f

Fixing bug:
When we receive a bad request from the listener we try to send the bulk again. This creates duplicate logs in case we have valid JSON objects in that bulk that the listener processed properly(resend of valid json too).
In addition, it will keep adding to the disk queue logs that are malformed.