Was wondering how people handle AWS kinesis loggin...
# general
j
Was wondering how people handle AWS kinesis logging log delivery failures. The AWS kinesis stream have some interesting management aspect (shards) and it might stop getting new messages in if we get large amount of logs in. From code reading, there is no Q’ing management done at logging plugin level. Hence the qeustion: is there some generic buffering for logs if writing the log to the logger pluggin fails ? Do we loose logs if we cant send them out temporarily ?