Kraig Amador

Results 30 comments of Kraig Amador
trafficstars

Unfortunately there are a lot of sharp edges with Cloudformation & Appsync and they don't appear to be likely resolved anytime soon. We have renamed our Query/Mutation types to Query#/Mutation#...

@jpignata We have moved away from AppSync due to this and other performance related issues.

Same boat as @alex-dukhno, except that I want to extend this to support SqlAnywhere

Also poses a problem running `bump` with flags for things like `--prerelease`.

This would be really great to get merged 🙏🏽

@riferrei Should Proto serialization/deserialization contributions be made to this repository? Something along the lines of what is available with Codec() for Avro.

👍🏽 Basically parity with Avro. The unfortunate side effect is that the proto wire format has a bit more to it and so the serde is a bet more complicated...

Hey sorry everybody, I've since noticed that Confluent very recently [added a go client](https://github.com/confluentinc/confluent-kafka-go/tree/master/schemaregistry) for the schema registry and have moved over to that.

@ideasculptor this was very helpful & thanks a lot. For others who are trying to leverage proto schemas, this `ProtobufResolver` implementation allows me (so far in my testing) to parse...

> thanks @rverma-nsl > i have tried your solution, it looks good, thank u > but this error was encountered when i consume the event from kafka and deserialize it...