Skip to content

No longer using GAX batching for WriteLogEntries #632

@jamestep

Description

@jamestep

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.lang: javaIssues specific to Java.priority: p2Moderately-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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions