|
Change Attribute Type totalSystemExceptions : LongAdder to totalSystemExceptions : long in class org.apache.pulsar.functions.runtime.instance.FunctionStats |
From |
To |
|
Change Attribute Type totalProcessed : LongAdder to totalProcessed : long in class org.apache.pulsar.functions.runtime.instance.FunctionStats |
From |
To |
|
Change Attribute Type totalSuccessfullyProcessed : LongAdder to totalSuccessfullyProcessed : long in class org.apache.pulsar.functions.runtime.instance.FunctionStats |
From |
To |
|
Change Attribute Type totalTimeoutExceptions : LongAdder to totalTimeoutExceptions : long in class org.apache.pulsar.functions.runtime.instance.FunctionStats |
From |
To |
|
Change Attribute Type totalUserExceptions : LongAdder to totalUserExceptions : long in class org.apache.pulsar.functions.runtime.instance.FunctionStats |
From |
To |