-
Notifications
You must be signed in to change notification settings - Fork 1
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
IMN-415 add consumerServiceV2 in tenant-readmodel-writer #339
IMN-415 add consumerServiceV2 in tenant-readmodel-writer #339
Conversation
…or_logic_function_in_tenant-process
…or_logic_function_in_tenant-process
… IMN-296_update_return_as_scala
…or_logic_function_in_tenant-process
… IMN-296_update_return_as_scala
… IMN-296_update_return_as_scala
…interop-be-monorepo into IMN-384_tenant-events-v2
…ceV2_in_tenant_readmodel_writer
…ceV2_in_tenant_readmodel_writer
packages/tenant-readmodel-writer/src/tenantConsumerServiceV2.ts
Outdated
Show resolved
Hide resolved
packages/tenant-readmodel-writer/src/tenantConsumerServiceV1.ts
Outdated
Show resolved
Hide resolved
packages/tenant-readmodel-writer/src/tenantConsumerServiceV1.ts
Outdated
Show resolved
Hide resolved
{ upsert: true } | ||
) | ||
) | ||
.exhaustive(); |
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.
missing events
MaintenanceTenantPromotedToCertifier
TenantMailDeleted
can you check exhaustive match here as well?
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.
At the beginning I seem to remember that it was not known whether these 2 events would be used or not, which is why they were added later with this PR
-
MaintenanceTenantPromotedToCertifier IMN-490 Add certifier id route in tenant-process #462
-
TenantMailDeleted IMN-466 DeleteTenantMailById route in tenant-process #454
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.
Waiting for @galales comments solution
[don't merge before #338]