This is a proposal to add support for PubSub schemas to schema_registry_encode / schema_registry_decode processors allowing for schema-driven processing of messages in the context of GCP projects. PubSub supports both Avro and Protobuf schemas.
I haven't worked out what the proposed configuration changes are for the processors. I will update the PR with a proposal when I've had time to research this problem some more.
This is a proposal to add support for PubSub schemas to
schema_registry_encode
/schema_registry_decode
processors allowing for schema-driven processing of messages in the context of GCP projects. PubSub supports both Avro and Protobuf schemas.