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