Eli Jordan
Eli Jordan
+1 This would make the tool much more fliexible. I totally agree with @earth2marsh on this point. Allow the user decide what properties of an http request determine its signature.
ping @blast-hardcheese @kelnos
Thanks @kelnos @blast-hardcheese So the motivation for us is that we have multiple representations for similar domain objects. We have the ReST API representation, the internal domain objects, and the...
@kelnos Well my API docs don't really say anything about classes. They talk about entities in a ReST API. The semantics of the code generator control what the classes are...
Update, I created a prometheus exporter based on this change. See https://github.com/eli-jordan/osx-smc-exporter
Note I was able to fix this issue by running the docker image with --net="host". So, I'm assuming zookeeper needs to make reverse connections, and without that switch the wrong...
Update on my previous comment, this is true for the schema-registry image on docker hub. However, I built the images locally, and the same issue occurs even with --net="host". Maybe...
@NiteshKant Sure, I'll take a look at implementing PR. Since a single event can have multiple `data: ...` lines, do you think it would make sense to have `ServerSentEvent` allow...
The only real difference based on my reading of the spec, is that if you want to have new lines in message data you need to use multiple `data: ...`...