fhir-data-pipes
fhir-data-pipes copied to clipboard
DRAFT: Add Kafka support in batch processing
DRAFT: Kafka support in batch processing
E2E test
TESTED:
Please replace this with a description of how you tested your PR beyond the automated e2e/unit tests.
Checklist: I completed these to help reviewers :)
-
[ ] I have read and will follow the review process.
-
[ ] I am familiar with Google Style Guides for the language I have coded in.
No? Please take some time and review Java and Python style guides.
-
[ ] My IDE is configured to follow the Google code styles.
No? Unsure? -> configure your IDE.
-
[ ] I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)
-
[ ] I ran
mvn clean packageright before creating this pull request and added all formatting changes to my commit. -
[ ] All new and existing tests passed.
-
[ ] My pull request is based on the latest changes of the master branch.
No? Unsure? -> execute command
git pull --rebase upstream master
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.