Skip to content

SLING-11991: Allow for multiple import post processors / cache invalidation processors#121

Open
royteeuwen wants to merge 1 commit intoapache:masterfrom
royteeuwen:feature/allow-multiple-invalidation-post-processors
Open

SLING-11991: Allow for multiple import post processors / cache invalidation processors#121
royteeuwen wants to merge 1 commit intoapache:masterfrom
royteeuwen:feature/allow-multiple-invalidation-post-processors

Conversation

@royteeuwen
Copy link

No description provided.

@cschneider
Copy link
Contributor

I think this change would introduce an issue.

Currently we rely on a single e.g. post processor. This makes sure that BookKeeperFactory only comes up when the named service dependency is present. This way we guarantee that the prost processor is actually called.

When you depend on a list then you can not name all the processors. So the factory might come up too early and supply only a part of the processors to BookKeeper.

@cschneider
Copy link
Contributor

Btw. I am very sorry that I did not look into this earlier. Please also ping us when you add such a proposal so we process it in a timely manner.

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.

2 participants