Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/563
Also I'm not sure if this is due to Kafka or our implementation but it
seems the offsets for GetKafka don't get updated until the processor is
stopped. I will start it, after a while it will have processed some data but
when I view the state I see nothing. As soon as I stop it and view the state I
see the offsets. In the ZK output I see these 4 statements each time state is
requested:
[2016-08-01 17:31:50,591] INFO Accepted socket connection from
/127.0.0.1:59809 (org.apache.zookeeper.server.NIOServerCnxnFactory)
[2016-08-01 17:31:50,591] INFO Client attempting to establish new session
at /127.0.0.1:59809 (org.apache.zookeeper.server.ZooKeeperServer)
[2016-08-01 17:31:50,593] INFO Established session 0x15647e175570031 with
negotiated timeout 30000 for client /127.0.0.1:59809
(org.apache.zookeeper.server.ZooKeeperServer)
[2016-08-01 17:31:50,597] INFO Processed session termination for sessionid:
0x15647e175570031 (org.apache.zookeeper.server.PrepRequestProcessor)
[2016-08-01 17:31:50,598] INFO Closed socket connection for client
/127.0.0.1:59809 which had sessionid 0x15647e175570031
(org.apache.zookeeper.server.NIOServerCnxn)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---