David Dawson
David Dawson
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...
Muon Version: 7.1.6 Language: JVM The Gson object used within the codecs needs to be extensible
Option to enable a jgroups based ckustering. When enabled, each node should be able to receive event. When a node receives an event via the external APIs, it should persist...
Instead a timeout is generated by the client. Appears to break in the schema validation, doens't catch the error and so the channel is not shut down with an error.
Muon Version: 7.1.6 Language: clojure Services in Use: Photon Subscriber buffer is open to being overloaded when the RS protocol is running slower than the event ingestion. When it overloads,...
I have multiple cases where an event is emitted to more than 1 stream. This can happen at the same time, where an event goes onto 2 streams in a...
Currently, you don't know when the hot/ cold switch happens from the client point of view. It would be useful to know this in many circumstances during replay. For example,...
Add a new sub param 'failOnEmpty' When this is set to 'true' and subscribed stream does not exist (ie, no events in that stream), then Photon should respond with a...
I'm implementing tab completion in the CLI. This goes well. It would be useful to have a muon API on photon to get more detailed information out. Currently, */stream-names*, the...