jkeys089

Results 25 comments of jkeys089

@Rots I think I'd prefer to limit the number total number of objects using an `Option`. This just keeps the API smaller and limits duplication of some code. Otherwise LGTM....

@Rots unfortunately, I think that use case is outside the scope of this lib. You'd need to find a way to wrap your stream to segment the Java object from...

@Rots I just mean this project is focused on deserializing Java objects. If you have a stream containing anything other than serialized Java objects then that would be outside the...

@Rots I think we could deserialize that stream without any issue. Are you just saying you might want to only deserialize the `o1` object and not `o2`? If so, I...

@ICHx would it be possible to provide a minimal, self-contained reproducer? Unfortunately, I won't be able to investigate this week, but I'd be happy to help debug when I've got...

@ICHx I'm not 100% clear where I should be looking. Is this the example: https://github.com/ICHx/serialize_log4j_golang/blob/master/cmd/simple-service/main.go? If so, there is a lot going on there that is (I'm guessing) outside the...

@rjshrjndrn If you're using a [local resolver](https://github.com/openresty/openresty/#resolvconf-parsing) then I believe you're relying on the local resolve.conf file to lookup IP's. This lib doesn't support that feature directly -- we currently...

@rjshrjndrn I'm not sure I fully understand what you're trying to accomplish. If you just want to know all IP's you can get them using `client. _hosts`. To ensure everything...

@rjshrjndrn perhaps https://github.com/Kong/lua-resty-dns-client is what you're looking for?

@ckornacker yes, it works. You can have as many `server` declarations as you like in the `upstream` block -- we'll just ignore them but I believe they are needed to...