0

I was wondering if there's any possible option to move data directly from Pub/Sub to Memorystore, no mather Redis or Memcached. Is there any kind of subscription from Memorystore to Pub/Sub?

I'm trying to move data directly from Pub/Sub to Memorystore. Could that be possible? At first sight I see:

  • Memorystore subscription to Pub/Sub
  • Dataflow to write to Memorystore

Am I crazy? Is one of those options possible? Any other possible option?

1 Answers1

2

There is no direct connection between PubSub and memorystore. You must set up a processing layer between the 2.

It could be Dataflow as you mention, but also a lightweight/serverless solution like Cloud Run or Cloud Functions.

guillaume blaquiere
  • 66,369
  • 2
  • 47
  • 76