Streams: a new general purpose data structure in Redis
1–10 of 154 posts
Re: Streams: a new general purpose data structure in Redis
#2Re: Streams: a new general purpose data structure in Redis
#3Re: Streams: a new general purpose data structure in Redis
#4Re: Streams: a new general purpose data structure in Redis
#5Fantastic news, congrats Salvatore! Cannot _wait_ to replace some hacky Kafka uses with tried-and-true Redis4! :)
Re: Streams: a new general purpose data structure in Redis
#6Re: Streams: a new general purpose data structure in Redis
#7Re: Streams: a new general purpose data structure in Redis
#8Re: Streams: a new general purpose data structure in Redis
#9Fantastic news, congrats Salvatore! Cannot _wait_ to replace some hacky Kafka uses with tried-and-true Redis4! :)
In what sense is Kafka (or your use of it) hacky? I have never used Kafka, but I have always thought of it as being more solidly engineered than Redis but also more complicated and perhaps tricky to deploy (based on blog posts I read).
Re: Streams: a new general purpose data structure in Redis
#10I wonder if this opens such projects up to disruption, in the original sense of the word. I've seen the same teams forgoing apache for nginx, then forgo nginx for haproxy when it matches their needs. With additional layers of complexity, there may be accompanying opportunities for "simple but good" projects to gain traction.