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

add data processor trait and example to the SDK #20

Closed
dsietziapp opened this issue Feb 14, 2020 · 3 comments · Fixed by #26
Closed

add data processor trait and example to the SDK #20

dsietziapp opened this issue Feb 14, 2020 · 3 comments · Fixed by #26
Assignees
Labels
enhancement New feature or request

Comments

@dsietziapp
Copy link
Collaborator

No description provided.

@dsietziapp dsietziapp added the enhancement New feature or request label Feb 14, 2020
@dsietziapp dsietziapp changed the title add data provisioner to the SDK add data processor trait and example to the SDK Feb 14, 2020
dsietziapp added a commit that referenced this issue Feb 14, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 18, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
dsietziapp added a commit that referenced this issue Feb 19, 2020
@dsietziapp
Copy link
Collaborator Author

The traits have been created in the service::processor module.

dsietziapp added a commit that referenced this issue Feb 19, 2020
@dsietziapp
Copy link
Collaborator Author

Need to make sure that the messages taken off the broker are not committed as consumed until they are flagged as "processed"

dsietziapp added a commit that referenced this issue Feb 20, 2020
dsietziapp added a commit that referenced this issue Feb 20, 2020
dsietziapp added a commit that referenced this issue Feb 20, 2020
dsietziapp added a commit that referenced this issue Feb 20, 2020
dsietziapp added a commit that referenced this issue Feb 20, 2020
dsietziapp added a commit that referenced this issue Feb 20, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
@dsietziapp
Copy link
Collaborator Author

dsietziapp commented Feb 21, 2020

examples are working:
NOTE: Kafka broker must be running with automatic topic creation turned on.

  1. start listener RESTful service
    cargo run --example daas-listener
  2. start genesis processor
    cargo run --example genesis
  3. start processor for managing orders that are for clothing
    cargo run --example order-clothing
  4. Using the Postman collection for this example, make the POST call while changing the "status' in the json object in the payload.

dsietziapp added a commit that referenced this issue Feb 21, 2020
dsietziapp added a commit that referenced this issue Feb 21, 2020
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

Successfully merging a pull request may close this issue.

2 participants