Hi, In java you provide some nice API for high-level consumer as well as simple consumer. However, in C++, I only see 4 kinds of requests(meta, produce, offset, fetch). Will C++ also include those high-level and simple consumer API as well in the future?
A consumer will do lots of registrations in zookeeper since join. With current C++ API, will the registration done at the broker side when any of 4 kinds of requests(meta, produce, offset, fetch) is received? Thanks for your time! Cheers, Churu
