Faraz Haider
Faraz Haider
In this [AWS doc] the option `log-driver-buffer-limit` has been used with the image `aws-for-fluent-bit:stable`. It says its a `Fluentd buffer limit` but it uses the fluent-bit image. Does this option...
@PettitWesley Can we use the [Throttle filter](https://docs.fluentbit.io/manual/pipeline/filters/throttle) in fluent-bit if we set the [retry limit](https://docs.fluentbit.io/manual/administration/scheduling-and-retries) to `no_retries` since that would be a simpler alternative to implement than creating a custom...
> @farazhv > > > Can we use the [Throttle filter](https://docs.fluentbit.io/manual/pipeline/filters/throttle) in fluent-bit if we set the [retry limit](https://docs.fluentbit.io/manual/administration/scheduling-and-retries) to no_retries since that would be a simpler alternative to implement...
FluentBit has a limited set of buffers constrained by its memory. With memory available, it will output the log messages it receives. However, if it isn't able to output messages...
With reference to issue: https://github.com/awslabs/aws-serverless-java-container/issues/477
Thank you for pointing this out. Since this branch was based on an earlier commit of the master branch, it didn’t include the most recent change. My last commit to...
@deki sure we will test the main branch as soon as we can
@deki we aren't blocked by this so we won't be able to test it for the time being