Microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. It features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing
Authnticator interface declares method Mono<A> authenticate(Map<String, String> credentials) => type A comes from client => it's wrong to return Collecrtions.emptyMap() on line 158.
Authnticator interface declares method
Mono<A> authenticate(Map<String, String> credentials)
=> typeA
comes from client => it's wrong to returnCollecrtions.emptyMap()
on line 158.