method KafkaBroker.prototype.isReady
Since 0.1.0
KafkaBroker.prototype.isReady(): boolean

Checks if the broker is connected.

Return Type

boolean

true if connected, false otherwise

Usage

import { KafkaBroker } from "messaging-plugin/src/index.ts";