Hi, why is the payload limited to strings?
You could also allow to pass a map or an array, right? (And the json serialiser used by curator discovery should take care of it?)
I'm actually running into a problem as I have other services that have some json in the payload, and curator discovery tries to deserialise the json but then cast it to string. But of course I'd like to pass a map as payload too.
Or am I just doing something wrong in the initialisation?
Bernhard
Hi, why is the payload limited to strings?
You could also allow to pass a map or an array, right? (And the json serialiser used by curator discovery should take care of it?)
I'm actually running into a problem as I have other services that have some json in the payload, and curator discovery tries to deserialise the json but then cast it to string. But of course I'd like to pass a map as payload too.
Or am I just doing something wrong in the initialisation?
Bernhard