You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when an exporter is present the default exporter in not instantiated.
A list of exporters through CDI is possible with Quarkiverse exporters because users can activate and deactivate each one individually, however, we need a new property to activate the default exporter, even if other ones are present.
This way we can have many different exporters and the default, working together with CDI.
The text was updated successfully, but these errors were encountered:
@brunobat I've opened a PR, I think these are the changes you mean. I tried not to do any breaking changes but honestly I don't have to scope on the project to see what is affected.
Description
Currently, when an exporter is present the default exporter in not instantiated.
A list of exporters through CDI is possible with Quarkiverse exporters because users can activate and deactivate each one individually, however, we need a new property to activate the default exporter, even if other ones are present.
This way we can have many different exporters and the default, working together with CDI.
The text was updated successfully, but these errors were encountered: