jkneubuh

Results 41 comments of jkneubuh

cc @denyeart can you assign this to me, I will pick it up and review in context of @joshhus 's thread on dev guide docs.

Here is a small sample that illustrates the differences in the `cgo` and `go` DNS resolvers when running on OSX. The `vcap.me` DNS domain is a dynamic service that includes...

I sat down with a debugger and wireshark this afternoon, stepping through the golang DNS routines and packet trace / captures. It's still not clear to me if this is...

I was going to add a note / todo / work item in #3405 to track the addition of a new `k8s` external builder type... but this seems like a...

Thanks @x-shadow-man and @Sunxiai51 for moving this forward! Here's a project that demonstrates how to set up the `NettyChaincodeServer` to receive the grpc handshake when launching a Java chaincode process...

Hi @Nanra I agree : the documentation is both _confusing_ and **wrong**. One great aspect of using the external Docker build process (and chaincode-as-a-service) is that we can write smart...

Additional confirmation that it's "too hard" to get started with a Java Chaincode-as-a-Service smart contract: - https://stackoverflow.com/questions/69613730/hyperledger-fabric-invoke-java-chaincodeas-a-external-service-timeout/69661439#69661439

The specific issue of the timeout can be addressed by PR #207. But in the general case, this opens a couple of questions: - Why run Java8/11 in mixed mode?...

@denyeart can you assign this ticket to me? I'll pick it up.