Files
panels/services/panel-service
dependabot[bot] 092c193a60 build(deps): bump the go_modules group across 2 directories with 1 update
Bumps the go_modules group with 1 update in the /services/panel-service directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /services/post-service directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 02:02:58 +00:00
..
2024-03-27 11:12:43 +00:00
2023-09-27 16:13:48 +01:00
2023-09-27 16:13:48 +01:00
2023-09-27 16:13:48 +01:00
2023-09-27 16:13:48 +01:00

Panel Service

Event Documentation

  • Events Produced:

    • Topic: "panel" | Schema: "PanelEvent" protobuf
      • Type: "created" | Data: Panel
      • Type: "updated" | Data: Panel
      • Type: "deleted" | Data: Panel (only with Panel.id attribute)
  • Events Consumed:

    • N/A

Configuration

Environment Variables

PostgreSQL:

POSTGRES_USER (Required)

  • e.g. "postgres"

POSTGRES_PASS (Required)

  • e.g. "postgres"

POSTGRES_HOST (Required)

  • e.g. "localhost:5432"

POSTGRES_DATABASE (Required)

  • e.g. "postgres"

Redis:

REDIS_HOST (Required)

  • e.g. "localhost:6379"

REDIS_PASS (Required)

  • e.g. "redis"

Kafka:

KAFKA_BROKERS (Required)

  • e.g. "localhost:9092" or "localhost:9092,localhost:9093"

Other:

LOG_LEVEL (Default: "info")

  • i.e. "debug", "info", "warn", "error", "fatal", "panic" or "disabled"