[Config] Make brokers null by default
This commit is contained in:
parent
b96bed64a3
commit
ee1b8c980b
@ -135,7 +135,7 @@ export interface DefaultOptions {
|
||||
available: Region[];
|
||||
}
|
||||
kafka: {
|
||||
brokers: KafkaBroker[]
|
||||
brokers: KafkaBroker[] | null
|
||||
}
|
||||
}
|
||||
|
||||
@ -235,9 +235,7 @@ export const DefaultOptions: DefaultOptions = {
|
||||
]
|
||||
},
|
||||
kafka: {
|
||||
brokers: [
|
||||
{ ip: "localhost", port: 9092 }
|
||||
]
|
||||
brokers: null
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user