Files
panels/services/user-service
dependabot[bot] 4fc153292d Bump ip and socks in /services/user-service
Removes [ip](https://github.com/indutny/node-ip). It's no longer used after updating ancestor dependency [socks](https://github.com/JoshGlazebrook/socks). These dependencies need to be updated together.


Removes `ip`

Updates `socks` from 2.7.1 to 2.8.3
- [Release notes](https://github.com/JoshGlazebrook/socks/releases)
- [Commits](https://github.com/JoshGlazebrook/socks/compare/2.7.1...2.8.3)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
- dependency-name: socks
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 19:31:21 +00:00
..
2024-03-27 11:12:43 +00:00
2023-09-27 16:51:22 +01:00
2023-09-27 16:51:22 +01:00
2023-09-27 16:51:22 +01:00
2023-09-27 16:51:22 +01:00
2023-09-27 16:51:22 +01:00
2023-09-27 16:51:22 +01:00
2023-09-27 16:51:22 +01:00

User Service

Event Documentation

  • Events Produced:

    • Topic: "user" | Schema: "UserEvent" protobuf
      • Type: "created" | Data: User
      • Type: "updated" | Data: User
      • Type: "deleted" | Data: User
  • 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"