(20241231) CORS on SocketIO.

This commit is contained in:
2024-12-31 10:55:17 +00:00
parent 2ac975614d
commit cf9221f2a4
4 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ class ConsumerKafka:
@staticmethod
def create_config(
bootstrap_servers: str | List[str],
group_id: str,
group_id: str = "default",
auto_offset_reset: Literal["latest", "earliest"] = "latest",
security_protocol: Literal["PLAINTEXT", "SSL"] = "PLAINTEXT",
ca_file: str | None = None,