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

fhir-notification: Limit handling for 1M #1948 #2511

Merged
merged 3 commits into from
Jun 17, 2021
Merged

fhir-notification: Limit handling for 1M #1948 #2511

merged 3 commits into from
Jun 17, 2021

Conversation

prb112
Copy link
Contributor

@prb112 prb112 commented Jun 15, 2021

  • Updated fhir server's users guide to outline new preferences and add
    missing fields
  • Updated FHIRNotificationUtil to support new max Size behavior and
    bytes so that it can be tuned to each use case by subset or omit when it
    hits a limit. (There is no spanning/splitting to avoid delivery order
    issues)
  • Add Synchronous support to Kafka Notification and documentation how to
    enable (users can now chose if they want a lossy approach or not)
  • Add test coverage for fhir-notification and FHIRNotificationUtil

Signed-off-by: Paul Bastide pbastide@us.ibm.com

- Updated fhir server's users guide to outline new preferences and add
missing fields
- Updated FHIRNotificationUtil to support new max Size behavior and
bytes so that it can be tuned to each use case by subset or omit when it
hits a limit. (There is no spanning/splitting to avoid delivery order
issues)
- Add Synchronous support to Kafka Notification and documentation how to
enable (users can now chose if they want a lossy approach or not)
- Add test coverage for fhir-notification and FHIRNotificationUtil

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
@prb112 prb112 self-assigned this Jun 15, 2021
@prb112 prb112 requested review from lmsurpre and tbieste June 15, 2021 14:15
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
…r/notifications/kafka/impl/FHIRNotificationKafkaPublisher.java


Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
@lmsurpre lmsurpre self-requested a review June 17, 2021 03:22
Copy link
Member

@lmsurpre lmsurpre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@prb112 prb112 merged commit 4c4ba8d into main Jun 17, 2021
@prb112 prb112 deleted the issue-1948 branch June 17, 2021 10:04
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.

3 participants