Dominic Egger
Dominic Egger
One current issue is that it is quite trivial to derive an encoder which will generate invalid JSON. ```scala val tplSchema: Fix[Schema, (Boolean, String)] = prim(JsonSchema.JsonBool) :*: prim(JsonSchema.JsonString) implicit val...
I'll for sure help out on this as I have a fair bit experience with AVRO. I'd also raise the question of doing our own generic representation (or tweak mine)...
no I haven't started work yet. But I'll gladly help out @mijicd if he can use any help
I think there's a more fundamental idea here, namely that of a normal form. So my idea is that we formulate a set of reversible algebraic operations. Some of those...
Hi, I was curious how we're doing on this MR? The reason that I'm asking is that we currently have to maintain some firewall rules using IP addresses over domain...
Looking at the description it seems that the `noResolveHostnames` doesn't work for proxied connections. We observe the same still or was this fixed in another MR and I just missed...
> @GrafBlutwurst I think the problem is legitimate, just not the fix in this PR. Also, why are you proxying connections? So the reason for proxying is sadly out of...
@scottf Here's the defect issue. https://github.com/nats-io/nats.java/issues/967 Let me know if I can help in any way. Looking at the code it's also how I would have solved the issue I...
I think the point here is that in a proxied case with firewalls we never want the hostname to be resolved to an IP on the client. Connections should always...
So I started digging into it, however my implementation plan doesn't work. In presence of an http `Proxy` the new `Socket` that is created in SocketDataPort actually creates an `HttpConnectSocketImpl`...