I have upgraded my hdp cluster to 2.5 and upgraded topology dependencies of storm-core to 1.0.1 and storm-kafka to 1.0.1. After deploying the new topology with new 1.0.1 dependencies everything is working as expected in the back end but storm UI not showing always zero for "Acked","Emitted", "Transferred" etc.
Storm UI shows a message "Offset lags for kafka not supported for older versions. Please update kafka spout to latest version." under "Topology spouts lag error" what does it mean ?
I completely agree with "Jungtaek Lim" (above answer).
Apache Storm in HDP 2.5 is actually not same as official Apache Storm 1.0.1 since it pulled more patches from the next versions (not released yet).
I fixed this problem by pulling HDP 2.5 strom-kafka dependency from HDP repository (http://repo.hortonworks.com/content/repositories/releases/org/apache/storm/storm-kafka/1.0.1.2.5.0.0-1245/).