UNPKG

@platformatic/kafka

Version:

Modern and performant client for Apache Kafka

4 lines (3 loc) 271 B
import { type Callback } from '../../apis/index.ts'; import { type SASLCredentialProvider } from '../../network/connection.ts'; export declare function getCredential(label: string, credentialOrProvider: string | SASLCredentialProvider, callback: Callback<string>): void;