-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/todo-adapter #5
base: develop
Are you sure you want to change the base?
Conversation
rossdanderson
commented
Nov 29, 2016
- Separate the Type2/Container/Row publishers
- Send containers via Transformer
Send container subscriptions via Transformer
* Add a "Todo List" adapter * Use locks for simplified code. Resend container contents to new peers. * naming improvements
@@ -93,7 +93,7 @@ add-data-service | |||
end-data-service | |||
|
|||
add-data-service | |||
service-name ${ADAPTER_NAME}ContainerSvc${THIS_LEG} | |||
service-name ${ADAPTER_NAME}TransformerContainerSvc${THIS_LEG} | |||
include-pattern ^/TEMPLATE/CONTAINER |
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.
If we already send Containers and Type2 records via transformer we should probably do the same for pricing
The templates have evolved quite significantly since this was raised. I've pulled out the pricing adapter changes and put them into develop but I've left the todo adapter in here. Can you bring this up to date with the pricing adapter (config wise) and I'll then merge it in? |
c0d868c
to
85cede7
Compare