-
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
Send kafka msg to ingest #164 #81
Conversation
…igurations, modified gql schema.
…igurations, modified gql schema.
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. Would like your thoughts on namign the topic used vs the generic defaultTopic
@Value("${spring.kafka.template.default-topic}") | ||
private String defaultTopic; |
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.
should we give the topic a name descriptive of what we are using it for? like workflow-automation-ingest-topic
or something?
* Repository code addition #165 (#80) * added repository code in the GQL analysis filter * added repository code in the GQL analysis filter * pom version update --------- Co-authored-by: UmmulkiramR <[email protected]> * Send kafka msg to ingest #164 (#81) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing --------- Co-authored-by: UmmulkiramR <[email protected]> * Change kafka version (#84) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version --------- Co-authored-by: UmmulkiramR <[email protected]> * Change kafka version (#85) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version * changed kafka release version --------- Co-authored-by: UmmulkiramR <[email protected]> * Change kafka version (#86) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version * changed kafka release version * changed topic name --------- Co-authored-by: UmmulkiramR <[email protected]> * changed type of 'analysis' field in mutation response (#87) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version * changed kafka release version * changed topic name * changed type of 'analysis' field in mutation response --------- Co-authored-by: UmmulkiramR <[email protected]> * release 2.9.0 * changed the port value --------- Co-authored-by: UmmulkiramR <[email protected]>
* Update Jenkinsfile * Repository code addition #165 (#80) * added repository code in the GQL analysis filter * added repository code in the GQL analysis filter * pom version update --------- Co-authored-by: UmmulkiramR <[email protected]> * Send kafka msg to ingest #164 (#81) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing --------- Co-authored-by: UmmulkiramR <[email protected]> * Change kafka version (#84) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version --------- Co-authored-by: UmmulkiramR <[email protected]> * Change kafka version (#85) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version * changed kafka release version --------- Co-authored-by: UmmulkiramR <[email protected]> * Change kafka version (#86) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version * changed kafka release version * changed topic name --------- Co-authored-by: UmmulkiramR <[email protected]> * changed type of 'analysis' field in mutation response (#87) * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * new feature code changes - Added a mutation gql api, added kafka configurations, modified gql schema. * to make kafka profile specific * Refactored code to rectify failing tests * Added a kafka placeholder to avoid tests from failing * changed topic name. * changed kafka version and null issue handling * Changed kafka version and refactored code * changed kafka release version * changed kafka release version * changed topic name * changed type of 'analysis' field in mutation response --------- Co-authored-by: UmmulkiramR <[email protected]> * update release version to 2.10.0 - contains jenkinsfile update for cumulus --------- Co-authored-by: Yelizar Alturmessov <[email protected]> Co-authored-by: UmmulkiramR <[email protected]>
Changes include: addition of a mutation gql api, kafka configurations and modifications in gql schema.
Song Search will respond to user action on the WES UI, fetch the analysis details and send a kafka event to the ingest node to trigger the automation cycle.