Skip to content

Allow empty global attributes from Supplier at startup #1102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

breedx-splk
Copy link
Contributor

Resolves #1094.

We need to allow the case where a user sets up a Supplier<Attributes> that returns empty during build time. This allows the GlobalAttributesAppender to be created with a Supplier that might later return attribute data. Without this, the wiring of the GlobalAttributesAppender is simply skipped.

@breedx-splk breedx-splk requested a review from a team as a code owner July 25, 2025 22:39
Copy link
Contributor

@LikeTheSalad LikeTheSalad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

globalAttributeSupplier doesn't get installed as expected
2 participants