Interface OpenProducer

Open producer options

interface OpenProducer {
    child-site?: string;
    create-options?: CreateOptions;
    location?: Location;
    name: string;
    on-no-exists: OnNoExists;
    op?: string;
    topic: string;
}

Properties

child-site?: string

Must be set if location is Location.ChildSite

create-options?: CreateOptions

Must be set if on-no-exists is OnNoExists.Create

location?: Location
name: string

Producer name, must be unique in the system

on-no-exists: OnNoExists

Action for when the topic doesn't exist

op?: string

Automatically set by the lib

topic: string

Topic name