Skip to content
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

Merged
merged 5 commits into from
May 5, 2023
Merged

Conversation

UmmulkiramR
Copy link
Contributor

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.

@UmmulkiramR UmmulkiramR linked an issue Apr 26, 2023 that may be closed by this pull request
Copy link
Member

@joneubank joneubank left a 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

Comment on lines +24 to +25
@Value("${spring.kafka.template.default-topic}")
private String defaultTopic;
Copy link
Member

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?

@UmmulkiramR UmmulkiramR merged commit 61cf1fb into develop May 5, 2023
UmmulkiramR added a commit that referenced this pull request Jun 23, 2023
* 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]>
UmmulkiramR pushed a commit that referenced this pull request Dec 15, 2023
* develop:
  changed type of 'analysis' field in mutation response (#87)
  Change kafka version (#86)
  Change kafka version (#85)
  Change kafka version (#84)
  Send kafka msg to ingest #164 (#81)
  Repository code addition #165 (#80)
UmmulkiramR added a commit that referenced this pull request Dec 15, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutation to Inject Song Analysis into A kafka Topic
2 participants