UNPKG

@tdengine/websocket

Version:

The websocket Node.js connector for TDengine. TDengine versions 3.3.2.0 and above are recommended to use this connector.

16 lines 455 B
export declare class TmqConfig { url: URL | null; sql_url: URL | null; user: string | null; password: string | null; group_id: string | null; client_id: string | null; offset_rest: string | null; topics?: Array<string>; auto_commit: boolean; auto_commit_interval_ms: number; timeout: number; otherConfigs: Map<string, any>; constructor(wsConfig: Map<string, any>); } //# sourceMappingURL=config.d.ts.map