Hi All,
I recently added changes to the Audit4j Microservice project which now exposes an universal api across multiple languages and multiple clients.
The api is consist of various transports including RPC via thrift, Web Sockets and RESTful api. Custom transports can be plugged using configurations.
RPC-like
protocol is implemented for more efficient and secure communication. Also the communication can be secured using SSL. REST api is specifically implemented for Administration and monitoring purposes.
Microservice can be started running
Main Clsss, Default ports are, 9091 for WebSocket, 9092 for RPC and 8080 for Web and REST api.
Regards,
Janith