-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for Cassandra Channel #79
Comments
Take a look at these links, So it seems to write the commit log to a file and then you can read off the file to identify the changes. They also have a file CommitLogReader, which can be used to read this log. |
v99855 -Pulsar channel changes in order to support Cassandra as a channel. |
@vilasshelar QA can start testing this feature. Related required changes are also checked-in inside pulsar channel in trunk. |
Context
Adding support for Cassandra channel. The goal of this channel is to have a behavior similar to that of AS Channel, where we track Table changes i.e. insert/delete/expire, filtering if available.
Alternatives
None
Has the feature been requested before?
Yes, by FedEx, they are moving from AS to Cassandra and are looking for alternatives to AS Channel. SR - https://supportapps.na.tibco.com/query?q=02139348&s=ka&p=kwbe
If the feature request is approved, would you be willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: