-
Notifications
You must be signed in to change notification settings - Fork 10
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
#41 restrict encounter types to send #46
Conversation
@Autowired | ||
private XdsSenderConfig config; | ||
|
||
|
||
@Override | ||
public List<Message> getNewMessages() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to test these changes to getNewMessages() - see comment in #45
@moshonk I was looking into merging this, and noticed the conflict on XdsExportServiceImpl.java. I don't want to mess anything up with an incorrect merge - would you be able to rebase on main and fix the conflict? |
@pmanko conflict resolved. |
Added provision to set the encounter types to send to the xds repo. By default, only lab encounters allowed(Set via Global Configurations) @ccwhite333 @pmanko @ckemar Awaiting the merging of PR #45