ALTER-SYSTEM-DROP-BROKER
ALTER-SYSTEM-DROP-BROKERβ
Nameβ
ALTER SYSTEM DROP BROKER
Descriptionβ
This statement is to delete the BROKER node, (administrator only)
grammar:
-- Delete all brokers
ALTER SYSTEM DROP ALL BROKER broker_name
-- Delete a Broker node
ALTER SYSTEM DROP BROKER broker_name "host:port"[,"host:port"...];
Exampleβ
Delete all brokers
ALTER SYSTEM DROP ALL BROKER broker_name
Delete a Broker node
ALTER SYSTEM DROP BROKER broker_name "host:port"[,"host:port"...];
Keywordsβ
ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM