Files
panels/services/panel-service
dependabot[bot] 0718a74745 Bump github.com/jackc/pgx/v5 in /services/panel-service
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.1 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.3.1...v5.5.4)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 19:22:13 +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"