-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
api: loggingIssues related to the googleapis/java-logging API.Issues related to the googleapis/java-logging API.lang: javaIssues specific to Java.Issues specific to Java.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
After some investigation, it seems like since version 2.1.4 of this library, WriteLogEntries
is no longer using GAX batching.
This is the specific line that's an issue, which changed in this commit. It switched from createBatchingCallable
to createUnaryCallable
, despite keeping the BatchingCallSettings
logic.
I understand the issue may not be in this library, but I'm not familiar with microgenerator / gapic / autosynth / synthtool and this seemed like a good place to start.
This issue means we are unable to update beyond 2.1.3 as we hit the GCP WriteLogEntries
request quota very quickly.
Metadata
Metadata
Assignees
Labels
api: loggingIssues related to the googleapis/java-logging API.Issues related to the googleapis/java-logging API.lang: javaIssues specific to Java.Issues specific to Java.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.