-
Notifications
You must be signed in to change notification settings - Fork 207
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
feat!: add sample cdc #1692
base: main
Are you sure you want to change the base?
feat!: add sample cdc #1692
Conversation
5717cc5
to
3fd2d29
Compare
1e067ba
to
78f3f79
Compare
Very cool @ericvergnaud! I think it would be great if we can add this to the samples directory and integrate it with an actual AFJ mediator setup as example. We currently have a veryyy simple mediator as example, and then this could be part of a more complex one. Or at some point we can move it to another repo (e.g. combine it with https://github.com/animo/animo-mediator and make that a ready to deploy production ready mediator deploy for which we could publish images to docker) |
@TimoGlastra I've moved it under examples. |
@TimoGlastra not sure why prettier fails, |
It lists the files that are not formatted correclty:
You can run |
Signed-off-by: Eric Vergnaud <[email protected]>
Signed-off-by: Eric Vergnaud <[email protected]>
Signed-off-by: Eric Vergnaud <[email protected]>
Signed-off-by: Eric Vergnaud <[email protected]>
c95094e
to
0a969e0
Compare
Sorry for the long delay in getting this addressed @ericvergnaud. We now have https://github.com/sairanjit/credo-ts-examples, which we intend to move over to OWF in the future. Could you add this example to that repository? That would be the perfect place I think. Also I think for this to work you'd also need a custom MessageRepository right? Could you extend the example to be a minimal, but fully working example? |
Hi,
contributing to #1638 by providing a working postgres CDC sample that publishes changes to redis.
Not sure how you'd want to provide this in the repo, feel free to move it wherever as required.