jplumhoff

Results 3 issues of jplumhoff

Hope this saves some time for someone else... While attempting to use a flyway container in docker-compose, I recently ran into a self-imposed problem where I had forgotten to add...

In our protobuf messages, we specify both the package and the csharp namespace. For example: ``` syntax = "proto3"; package iss.protobuf.digital_production; import "google/protobuf/wrappers.proto"; option csharp_namespace = "Iss.Protobuf.DigitalProduction"; message DocumentDataSetInsertReply {...

bug

When using Schema-Registry, it can be easy to create a situation where a message will fail to serialize/deserialize properly. When that happens, the middleware currently doesn't fully report the exception....

enhancement