Kristian Rickert

Results 32 comments of Kristian Rickert

Why couldn't grpc just bring back generated message v3? The classes appear almost identical, I suppose it can just extend it? I tried that myself - it somewhat worked. I...

> I've opened an [issue](https://github.com/protocolbuffers/protobuf/issues/16452) at Protobuf for restoring `GeneratedMessageV3` as an alias for `GeneatedMessage`. I didn't think you're going to win that though It was a major upgrade with...

I'd love to use one for Protobufs - right now I'll need to mock all that code and just assume the serializers work in prod or write my own serialization...

GeneratedMessageV3 is all in the tests. I'm trying to compile it locally, then I can make a patch

Has anyone looked into this? It's recommended never to use the GeneratedMessageV3 in code. It's all over the testing suite, but I can't get this to complie on my osx...

> In my case > 1. protobuf-java: 4.x version without GeneratedMessageV3 > 2. latest kafka-protobuf libraries uses GeneratedMessageV3 > ex) kafka-protobuf-serializer > kafka-protobuf-provider.ProtobufSchemaUtils > ProtobufSchema uses GeneratedMessageV3 > 3. ClassNotFondException:...

I'm tryin to build too... damn common keeps biting me - trying to build schema registry so I can help with protobuf integration. About to throw in the towel -...

I've worked on components that do exactly this - and it's not as "plug and chug" as you might want it to be. Effective dense vectors can be added, but...

I was thinking about this and thought this would be cool with a few different use cases for a multi-valued vector: 1. The multi-values are treated the same as the...

@graemerocher Here's the new version with the changes you had suggested put in mind. I'll add more comments but here's a quick list: 1. Reflection is not used in registration...