The DROP STREAMING syntax is used to drop a specified CDC streaming job.
DropStreaming ::=
'DROP' 'STREAMING' jobId
jobId ::=
integer | identifier | string
jobId needs to be obtained through SHOW STREAMING LIST.DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
SUCCESS
DROP, STREAMING
