feat: Modify batching implementation in java-logging #705
Labels
api: logging
Issues related to the googleapis/java-logging API.
lang: java
Issues specific to Java.
logging-resilience
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The
Logging.write()
interface aggregates multiple calls in batches in order to optimize a number of calls toentries.write
Logging API. It happens only whenLogging.getWriteSynchronicity()
returnsSynchronicity.ASYNC
.The current implementation of the batching logic is located in the gax repo and has few drawbacks that should be fixed.
This is an umbrella issue for all relevant FRs that modify the current batching implementation to provide the following features:
More technical details can be found in internal document.
The text was updated successfully, but these errors were encountered: