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

Create an endpoint to publish event on Kafka #3

Closed
abskrj opened this issue Dec 26, 2022 · 5 comments
Closed

Create an endpoint to publish event on Kafka #3

abskrj opened this issue Dec 26, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@abskrj
Copy link
Member

abskrj commented Dec 26, 2022

We need an endpoint which takes the below object in body and publishes an event in Kafka (Kafka URI present in environment variable, if not present throw Err while starting service).

{
  "video": {
    "id": "string",
    "src": "string",
    "type": "mp4"
  }
}
@vivek378521
Copy link
Contributor

@abhishekraj272 Can I work on this?

@abskrj abskrj added the enhancement New feature or request label Dec 26, 2022
@abskrj
Copy link
Member Author

abskrj commented Dec 26, 2022

yes @vivek378521

@vivek378521
Copy link
Contributor

@abhishekraj272 I have raised a PR: #11

is it in the right direction? Please suggest any changes that you want me to make.

@abskrj
Copy link
Member Author

abskrj commented Dec 27, 2022

yes, looks good :)

also added few comments

@abskrj abskrj assigned vivek378521 and unassigned legolas-1 Dec 27, 2022
@abskrj
Copy link
Member Author

abskrj commented Dec 29, 2022

Merged #11

@abskrj abskrj closed this as completed Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants