mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 12:40:21 +00:00
Bumps [find-my-way](https://github.com/delvedor/find-my-way) to 8.2.2 and updates ancestor dependency [fastify](https://github.com/fastify/fastify). These dependencies need to be updated together. Updates `find-my-way` from 7.6.2 to 8.2.2 - [Release notes](https://github.com/delvedor/find-my-way/releases) - [Commits](https://github.com/delvedor/find-my-way/compare/v7.6.2...v8.2.2) Updates `fastify` from 4.22.0 to 4.29.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.22.0...v4.29.0) --- updated-dependencies: - dependency-name: find-my-way dependency-type: indirect - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
User Service
Event Documentation
-
Events Produced:
- Topic: "
user" | Schema: "UserEvent" protobuf- Type:
"created"| Data:User - Type:
"updated"| Data:User - Type:
"deleted"| Data:User
- Type:
- Topic: "
-
Events Consumed:
- N/A
Configuration
Environment Variables
MongoDB:
MONGODB_URI (Required)
- e.g. "mongodb://mongo:mongo@localhost:27017/"
Kafka:
KAFKA_BROKERS (Required)
- e.g. "localhost:9092" or "localhost:9092,localhost:9093"