Skip to content

Commit

Permalink
Pipe: Added count-point-processor to black list (#13606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi authored Sep 25, 2024
1 parent 0a37cd2 commit 53e1a95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public String getClassName() {
CHANGING_VALUE_SAMPLING_PROCESSOR.getPipePluginName().toUpperCase(),
THROWING_EXCEPTION_PROCESSOR.getPipePluginName().toUpperCase(),
AGGREGATE_PROCESSOR.getPipePluginName().toUpperCase(),
COUNT_POINT_PROCESSOR.getPipePluginName().toUpperCase(),
STANDARD_STATISTICS_PROCESSOR.getPipePluginName().toUpperCase(),
TUMBLING_WINDOWING_PROCESSOR.getPipePluginName().toUpperCase(),
// Connectors
Expand Down

0 comments on commit 53e1a95

Please sign in to comment.