-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis streams sbcdn #253
Redis streams sbcdn #253
Conversation
thanks for the PR @Sbcdn, awesome work! do you see feasible to skip the custom serialization of each event type and maybe rely on serde? we do something similar in the ElasticSearch sink: Line 40 in aa3727c
Also, the |
Hey @scarmuega , |
Implementation of redis-sink using redis streams.
Each event type has its own stream.
Eventstreams can be activated by setting filters.
Example config:
Results in:
('Rollback' and 'PlutusScript' did not happend in the testframe, it creates the key with the first event)