-
Notifications
You must be signed in to change notification settings - Fork 96
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
ISSUE-1240: Handle schema branches for all sources rather than just Kafka #1243
Conversation
While handling ui changes in https://github.com/hortonworks/streamline/pull/1204/files for backend changes in #1200 it seems that we missed a few things. Can we fix the below?
In general if you guys come across any UI api calls that are hardcoded using field names, please change it to use hints as well, unless its a special case. @arunmahadevan The changes I have pushed in this PR are necessary and will not break anything. However they are not sufficient and we need UI fixes as mentioned above as well to fix this issue. |
Raised PR : #1244 |
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.
+1
Thanks for the details @priyank5485
Your changes look good. UI changes are done by @sameer79 and have already raised another PR.
…afka Change-Id: Iade05199c2c38ce9781344b64d64344c65bc2990
@shahsank3t @sameer79 Thanks for the UI fixes. @arunmahadevan I have tested that originally reported issue for ui sending request for undefined schema is fixed. Tested with hdfs and eventhubs. Please review and merge when you get a chance along with the other PR raised by @sameer79 |
+1 |
No description provided.