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

Kafka Consumer Class #1483

Open
2 tasks done
JeffreyHuynh1 opened this issue Feb 24, 2021 · 2 comments
Open
2 tasks done

Kafka Consumer Class #1483

JeffreyHuynh1 opened this issue Feb 24, 2021 · 2 comments
Assignees

Comments

@JeffreyHuynh1
Copy link
Collaborator

JeffreyHuynh1 commented Feb 24, 2021

Summary

As a onestop-client developer
I want to be able to integrate new Kafka consumer class into workflow
So that I can replace old consumer function and consume from Kafka topics

Tasks

  • Create Kafka Consumer Class with similar structure to Kafka Publisher
  • Integrate newly created class into current workflow and make sure everything is working accordingly
@JeffreyHuynh1 JeffreyHuynh1 self-assigned this Feb 24, 2021
@JeffreyHuynh1
Copy link
Collaborator Author

Placed Kafka Consumer config values in the same config file as the Kafka Producer because they shared a lot of similarities. These values can be placed in a Kafka Consumer config if needed.

@JeffreyHuynh1
Copy link
Collaborator Author

Confluent Kafka has not integrated their consume function yet, so I used the same format from our consumer legacy code. Our consume function has a call back function for flexibility.

@kenhtanaka kenhtanaka assigned kenhtanaka and unassigned kenhtanaka Mar 10, 2021
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

No branches or pull requests

2 participants