Files
panels/services/comment-service
dependabot[bot] e69c99f334 Bump setuptools from 75.8.0 to 78.1.1 in /services/comment-service
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v78.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 78.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 11:17:20 +00:00
..
2023-09-27 16:05:24 +01:00
2023-09-27 16:05:24 +01:00
2023-09-27 16:05:24 +01:00
2023-09-27 16:05:24 +01:00
2023-09-27 16:05:24 +01:00

Comment Service

Event Documentation

  • Events Produced:

    • Topic: "comment" | Schema: "CommentEvent" protobuf
      • Type: "created" | Data: Comment
      • Type: "updated" | Data: Comment
      • Type: "deleted" | Data: Comment
  • Events Consumed:

    • Topic: "post" | Schema: "PostEvent" protobuf
      • Type: "deleted" | Data: Post (only with Post.id attribute)
    • Topic: "user" | Schema: "UserEvent" protobuf
      • Type: "deleted" | Data: User

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"