graphql-schema-registry icon indicating copy to clipboard operation
graphql-schema-registry copied to clipboard

Using Redis stream instead of Kafka

Open sofger opened this issue 2 years ago • 1 comments

Hello,

I like that the async schema update was included in the new version 4.0, but the kafka and zookeeper dependencies make the system quite thick.

I was thinking that since Redis is still necessary for the application to work, it might be possible to replace Kafka with Redis stream.

If there was a need for such a development, I could do it. Is anyone interested in such a feature?

sofger avatar Jul 26 '22 11:07 sofger

Hey. I think you can do that, yes. We use kafka internally for higher reliability with peristance, but I guess redis is a faster alternative if some prefer it more

tot-ra avatar Jul 28 '22 13:07 tot-ra