This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi,As per Google Doc reference . It looks like if we delete topic-1 with
subscription topic-1-sub subscription will show error only for brief
interval if we recreate the topic with same name. When you delete a
topic, its subscriptions are not deleted...
Hi Team,I want to access the redis instance running in the same google
project via cloud function. For this I set egress flag to all however
the cloud function requires an connector configuration. Is there a way I
can connect with my redis instance w...
Hi,Can we increase PubSub subscription filter max length of 256 bytes
?As per below link it looks like max allowed length is 256 bytes
only.Google Doc Reference. Regards,Ankit Pradhan.
Does Google Config Connector Support PubsubSchema Evolution ?If yes then
can you update the ConfigConnector
documentation.https://cloud.google.com/config-connector/docs/reference/resource-docs/pubsub/pubsubschema
Can we maintain schema registry for Pubsub in GCS ? If possible please
share example or documentation link for Google Config Connector and
terraform.Can we put our .avsc files which describe Pubsub schema in
Cloud storage buckets and refer them while...
Hi @caryna ,As mentioned below if you guys can update this document so
that it clearly says that even if we create new topic with same name,
subscriptions will never point to this new topic and will always remain
orphaned.Then all lot of confusion ca...
Hi jfbaro,Google PubSub supports only avro and protobuf for schema
validation.If you are comfortable with defining schema in avro or
protobuf format then you can create PubSub Schema resource and associate
it to your topic.
Hi @ART_09 ,Can give more information.1. Message that you are publishing
?2. Are you using avro libraries for serialisation before publishing the
message ?3. Sample code where you are serialising your message, creating
PubsubMessage and publishing th...
Hi @caryna ,Below reference to google docs talks about subscription
deletion instead of topic deletion which we are discussing here.@caryna
wrote:The document also emphasizes that once you delete the topic, it
becomes permanent.It will be very helpfu...
Hi,Check Google managed google service account
(service-{projectNumber}@gcp-sa-pubsub.iam.gserviceaccount.com) is
available or not for your google project. Ideally it should be created
when you enable PubSub services but I have seen sometimes it don'...