xuzhenbao

Results 7 issues of xuzhenbao

Add v2 of shared memory remote service admin, using shared memory pool, thread pool and DFI. And add a rpc service, which abstracts the creation interface of proxy/endpoint. Note that...

fix #538 1.Remove the deprecated headers used by rsa_spi 2.Remove the deprecated headers used by pubsub_spi 3.Remove the deprecated headers used by conan_test_package 4. add conan_test_package for rsa_discovery_zeroconf.

Resolves #612

In the interface description of CELIX_FRAMEWORK_UUID(https://github.com/apache/celix/blob/master/libs/framework/include/celix_constants.h#L175), CELIX_FRAMEWORK_UUID should be configurable, but in the implementation, it is not configurable(https://github.com/apache/celix/blob/master/libs/framework/src/framework.c#L252). If CELIX_FRAMEWORK_UUID is designed to be configurable, what should be considered?

In some service usage scenarios, the result may not be returned immediately after the service call is completed, it may be returned through a callback function at some time after...

This issue is used to discuss the following issues: If there are multiple remote service instances and local service instances that match the requirements, how to arrange these service instances...

1.To deliver remote events, the `celix_event_remote_provider_service_t` service has been added , the relationship between event_admin and remote_provider is described in [README.md](https://github.com/xuzhenbao/celix/blob/remote_event_admin/bundles/event_admin/remote_provider/README.md). 2.Add a remote provider bundle based on MQTT, refer...