Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
J1147
/
AiOpsWechat
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
调整
d1
H Vs
3 settimane fa
parent
b46bad6500
commit
b0a8c0bd8d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/kafka_service.py
+ 1
- 1
services/kafka_service.py
Vedi File
@@ -39,7 +39,7 @@ class KafkaService:
try:
self.producer = AIOKafkaProducer(
bootstrap_servers=self.bootstrap_servers,
compression_type="gzip"
compression_type="gzip"
,
max_request_size=104857600
)
await self.producer.start()
Write
Preview
Loading…
Annulla
Salva