Eventstore Replicator with grpc as a Reader is not working

Hello,

thank you for the reply. I will try to expand.
I first noticed this issue and posted about it here a couple of years ago, where I could not get the replicator to work, if the source (reader) was using a gRPC protocol, and the solution was to switch to tcp for the reader.
In the limitations page, in the first paragraph it is said that it is recommended using tcp as a source and gRPC for the sink.

Now I am facing a similar issue where I am not able to make use the EventStore replicator, to replicate from a cloud eventstore instance to a vm on my gcp cloud. My source eventstore instance is on 24.2, hence tcp Is not supported. I tried using gRPC protocol for the source but the replicator just hung there doing nothing. So I had to restore a backup on an older (23.x) instance, in order to make the replicator work with tcp as a source.

Not sure if this explains better my issue.

That being said, from your answer, it seems like you are not aware of any issues in running the replicator with gRPC as both source and sink protocols. I will therefore try again and see if I missed something.

I will post back here once I get some more information, and I will try to get a reproducible example if the replication fails.

Thank you