pnoltes commented on issue #509: URL: https://github.com/apache/celix/issues/509#issuecomment-1501150739
I agree with adding a Celix EventAdmin. The event admin is part of the OSGi spec and I also think a remote event admin makes sense and is easier to use for users. The main reason is that the current PubSub (and also the Remote Service Admin) needs extra manual work or codegen to be able to function. This manual work/codegen is needed to create DFI descriptors for serialization / remote invocation. The event admin is based on properties and for properties serialization should be straightforward and can be done - for example - with reuse of the netstring implementation used in pubsub wire protocol. I will add a separate issue for the event admin. -- 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