Hi Colin,
Will there be another RC for 2.1.1?
Thanks,
--Vahid
On Fri, Feb 1, 2019 at 8:28 AM Viktor Somogyi-Vass
wrote:
> Hi,
>
> Ran the ducktapes but the streams upgrade tests failed because the dev
> version was not updated. This will be fixed in
> https://github.com/apache/kafka/pull/6217.
In Yammer metrics, the 15MinuteRate provided by the Meter is not a pure
average for the last 15 minutes. It's a Exponential Weighted Moving
Average.
The value is calculated by taking 36% of weighted average from the broker
start time and 64 % of weighted average from the last 15 minutes.
I initial
Hi
I am trying to measure incoming bytes over time. I am trying collect the
following metric and apply integral function over a set of data points on a
time series.
kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec,topic=my_topic
FifteenMinuteRate
It seems that the number I am getting is m