Files
plantUML/oms/interface-arm/docs/payment-with-kafka.puml
2024-05-24 12:17:32 +03:00

19 lines
723 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@startuml
scale 1000*1000
mainframe Получение данных безналичная оплата / оплата по счету из kafka
participant paykeeper
participant 1C
queue kafka
participant workflow as workflow
collections PaymentsDb as PaymentsDb
autonumber
loop Всегда
paykeeper -> kafka: Пишет все инфо\nо документах по заказу
1C -> kafka: Пишет все инфо\nо документах по заказу
workflow -> kafka: Получает документы\nк заказу из очереди
workflow -> workflow: Преобразовывает данные
workflow -> PaymentsDb: Записывает в коллекцию
end
@enduml