Skip to content

Redis stream sink (simplified version)#308

Closed
kieransimkin wants to merge 2 commits intotxpipe:mainfrom
kieransimkin:main
Closed

Redis stream sink (simplified version)#308
kieransimkin wants to merge 2 commits intotxpipe:mainfrom
kieransimkin:main

Conversation

@kieransimkin
Copy link
Copy Markdown

@kieransimkin kieransimkin commented May 29, 2022

I've added simplified Redis stream support (based on @Sbcdn work), this is tested and working in use at Artifct

@kieransimkin kieransimkin requested a review from scarmuega as a code owner May 29, 2022 11:48
@kieransimkin kieransimkin marked this pull request as draft May 29, 2022 11:50
@kieransimkin kieransimkin marked this pull request as ready for review May 29, 2022 11:59
@kieransimkin kieransimkin changed the title Redis stream sink Redis stream sink (simplified version) May 29, 2022
pub paritioning: Option<PartitionStrategy>,
}

pub fn redis_connection(u: String) -> Connection {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this need to be pub?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope

@rvcas
Copy link
Copy Markdown
Member

rvcas commented May 29, 2022

awesome!

@scarmuega
Copy link
Copy Markdown
Member

hi @kieransimkin! Thank you for this great PR. Sadly, as you already know, we had an ongoing effort from @Sbcdn to implement the Redis sink feature. It was put on-hold waiting for some design decision, but it has now been merged.

It would be much appreciated if you could review the already merged code and see if makes sense from the perspective of your use-case. If you find anything missing from the current implementation, we could maybe adapt your PR as an adjustment on top.

Let me know what you think. Thanks again for your contribution!

@scarmuega scarmuega closed this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants