pnoltes commented on PR #414: URL: https://github.com/apache/celix/pull/414#issuecomment-1098345718
> > I prefer that we require the RSAs to start service tracker / register service async during export / import and simplify the remote service topology manager. > > Can Component A still register services both sync and async? If all existing users are not affected, I'd prefer this simpler approach. A small correction. The component service registration is also updated. In the current Celix the previous example is not correct anymore, because component A will also register its provided service async: https://github.com/apache/celix/blob/master/libs/framework/src/dm_component_impl.c#L858 @PengZheng currently components will always provide services async. If it is desirable it should be possible to make this configureable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org