jackye1995 commented on pull request #4073: URL: https://github.com/apache/iceberg/pull/4073#issuecomment-1050526245
Mark as draft, l will cleanup a bit from Kunal's code as we added some features to start the listener from catalog side. So far it looks like the following PRs are needed to break down the whole thing: 1. expression JSON parser 2. event JSON parser 3. `BaseAsyncJsonListener` that publishes event asynchronously with JSON payload 4. `SNSListener` implementation 5. `SQSListener` implementation 6. add dynamic loading of listener 7. add catalog registration of listeners, currently still using `Listeners.register` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
