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
For those new to Karaf, it might be mystical what exactly an exporter is.. It seems like dependency injection wiring.. I've actually found little details in karaf's docs saying precisely what they are. Help me be less stupid so I can help support the project!
Maybe we should rename them to service. Like KafkaSenderService, OkHttpSenderService. Exporter is not really a common term in karaf or OSGi in general. What the code does is to allow to configure the senders via OSGi config admin and export them as OSGi services so other OSGi components can pick them up. I can help creating readme files for documentation.
On Mon, Feb 18, 2019, 2:11 PM Christian Schneider ***@***.*** wrote:
Maybe we should rename them to service. Like KafkaSenderService,
OkHttpSenderService. Exporter is not really a common term in karaf or OSGi
in general. What the code does is to allow to configure the senders via
OSGi config admin and export them as OSGi services so other OSGi components
can pick them up. I can help creating readme files for documentation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD617waQ6e6fe8ngMLZYpXkKlLjXrXdks5vOkP0gaJpZM4a_6O2>
.
For those new to Karaf, it might be mystical what exactly an exporter is.. It seems like dependency injection wiring.. I've actually found little details in karaf's docs saying precisely what they are. Help me be less stupid so I can help support the project!
cc @cschneider @iocanel
The text was updated successfully, but these errors were encountered: