Skip to content

AWS: Inject Glue catalog ID via interceptor instead of per-call#16875

Open
ebyhr wants to merge 1 commit into
apache:mainfrom
ebyhr:ebi/glue-catalog-id-interceptor
Open

AWS: Inject Glue catalog ID via interceptor instead of per-call#16875
ebyhr wants to merge 1 commit into
apache:mainfrom
ebyhr:ebi/glue-catalog-id-interceptor

Conversation

@ebyhr

@ebyhr ebyhr commented Jun 19, 2026

Copy link
Copy Markdown
Member

Setting Glue catalog ID at every call site is error-prone - new request types can silently miss it.

This introduces GlueCatalogIdInterceptor registered on the GlueClient builder, which injects the catalog ID into every outgoing Glue request automatically, replacing ~17 scattered .catalogId() call sites. The interceptor throws on unknown request types to catch gaps at the source.

@github-actions github-actions Bot added the AWS label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants