H Vs 3週間前
コミット
01a8f8eefc
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      services/kafka_service.py

+ 2
- 2
services/kafka_service.py ファイルの表示

@@ -39,8 +39,8 @@ class KafkaService:
try:
self.producer = AIOKafkaProducer(
bootstrap_servers=self.bootstrap_servers,
# compression_type="gzip",
compression_type="snappy", # 或者 "lz4"
compression_type="gzip",
#compression_type="snappy", # 或者 "lz4"
max_request_size=104857600
)
await self.producer.start()


読み込み中…
キャンセル
保存