-
Notifications
You must be signed in to change notification settings - Fork 0
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
DM-49645: Update index.md with documentation on a new event-based architecture #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The document reads great, there are a lot of details we'll iron out during the implementation. At this point we can use this as a living document to define the interfaces with TAP, Sasquatch and QServ. We talked about the Kafka users and the topic names that we are going to create next in the lsst.tap
namespace in Sasquatch. The schemas for each of those topics provide a very good start, we'll certainly iterate on them and then we can update the doc with the corresponding Avro schemas. The support to synchronous queries and TAP "upload and query" will require more discussion but I think we should leave as is for the moment and start working on the asynchronous query implementation.
Thanks for the review, hopefully I've hopefully addressed all your suggestions, let me know if not! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
Updates to technote describing a new system architecture which uses an event-bus between TAP and Kafka