Mans Singh created FLINK-23910:
----------------------------------

             Summary: RichAsyncFunction counter message inconsistent with 
counter type 
                 Key: FLINK-23910
                 URL: https://issues.apache.org/jira/browse/FLINK-23910
             Project: Flink
          Issue Type: Improvement
          Components: API / DataStream
    Affects Versions: 1.13.2
         Environment: All
            Reporter: Mans Singh
             Fix For: 1.14.0


RichAsyncFunction does not support double counters but the message indicates 
"Long counters..."
  
{quote} @Override
 public DoubleCounter getDoubleCounter(String name) {
 throw new UnsupportedOperationException(
 "Long counters are not supported in rich async functions.");
 } 
{quote}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to