mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 20:41:15 +00:00
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.24.2 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.24.2...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Comment Service
Event Documentation
-
Events Produced:
- Topic: "
comment" | Schema: "CommentEvent" protobuf- Type:
"created"| Data:Comment - Type:
"updated"| Data:Comment - Type:
"deleted"| Data:Comment
- Type:
- Topic: "
-
Events Consumed:
- Topic: "
post" | Schema: "PostEvent" 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"