Skip to content

Commit 2103868

Browse files
committed
docs(eventing-service): init
1 parent 19786ff commit 2103868

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

.github/README.md renamed to README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[documentation]: https://refarch.oss.muenchen.de/templates
77
[contribution-documentation]: https://refarch.oss.muenchen.de/contribute
88
[itm-opensource]: https://opensource.muenchen.de/
9-
[license]: ../LICENSE
10-
[code-of-conduct]: ./CODE_OF_CONDUCT.md
9+
[license]: LICENSE
10+
[code-of-conduct]: .github/CODE_OF_CONDUCT.md
1111

1212
<!-- Project specific links -->
1313
[refarch-documentation]: https://refarch.oss.muenchen.de/
@@ -29,9 +29,7 @@
2929
[![Made with love by it@M][made-with-love-shield]][itm-opensource]
3030
[![GitHub license][license-shield]][license]
3131

32-
The repository contains components for the Digital Citizen Service of the City of Munich. It currently includes the personalization service and it's corresponding webcomponents.
33-
34-
In the future, the repository will be expanded to include the other artifacts which form the Digital Citizen Service.
32+
The repository contains components for the Digital Citizen Service (German: "Digitaler Bürgerservice" DBS) of the City of Munich.
3533

3634
## Build with
3735

@@ -40,6 +38,11 @@ The project is built with technologies we use in our projects ([reference archit
4038
- [Spring][spring-documentation]
4139
- [Vue.js][vuejs-documentation]
4240

41+
## Components
42+
43+
- [personalization service](./personalization-service) and it's corresponding [webcomponents](./personalization-webcomponents)
44+
- [ticketing-eventing](./ticketing-eventing): Event notification via Zammad webhooks and Apache Kafka
45+
4346
## Getting Started
4447

4548
### personalization-service

ticketing-eventing/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ticketing-eventing
2+
3+
Event notification via Zammad webhooks and Apache Kafka
4+
5+
```mermaid
6+
flowchart LR
7+
z[Zammad] -->|REST Webhook| e[eventing-service] --> k([Apache Kafka])
8+
k --> c1[other Service]
9+
k --> c2[other Service]
10+
```
11+
12+
## Components
13+
14+
- [eventing-service]: Takes Zammad webhook event via REST and forwards it to Apache Kafka

0 commit comments

Comments
 (0)