(20241231) CORS on SocketIO.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user