mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 20:41:15 +00:00
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Post Service
Event Documentation
-
Events Produced:
- Topic: "
post" | Schema: "PostEvent" protobuf- Type:
"created"| Data:Post - Type:
"updated"| Data:Post - Type:
"deleted"| Data:Post(only withPost.idattribute)
- Type:
- Topic: "
-
Events Consumed:
- Topic: "
panel" | Schema: "PanelEvent" protobuf- Type:
"deleted"| Data:Post(only withPost.idattribute)
- Type:
- Topic: "
user" | Schema: "UserEvent" protobuf- Type:
"deleted"| Data:User
- Type:
- Topic: "
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"