muon-java icon indicating copy to clipboard operation
muon-java copied to clipboard

Muon Core for the JVM. APIs and Microservices taken to the next level

Results 7 muon-java issues
Sort by recently updated
recently updated
newest added

Will allow selectively overriding codec behaviour based on the type being requested.

Maintain a pool of channel connections to the instances of a remote service and pick based on the requested instance, or some defined load balancing algorithm.

help wanted

Muon Version: 7.1.6 Language: JVM As seen in https://github.com/muoncore/photon/issues/5 it is possible for protocols to be written that do excessive wsork (even block) the main dispatch thread. This will either...

Muon Version: 7.3.x Language: JVM It would be useful to be able to start a muon instance in debug mode, during which every channel that is opened in and out...

Reactor API is changing too often for it to be a reliable base for muon.

help wanted

SharedSocketRoute.java:65 Codecs.EncodingResult result = codecs.encode(outboundMessage, new String[] {"application/json"}); This is done this way because the discovery isn't available to sniff the acceptable content types of the remote, and we don't...

help wanted

Muon Version: 7.1.6 Language: JVM The Gson object used within the codecs needs to be extensible

help wanted