DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
If
nodeIdis valid, the Admin client sendsApiVersionRequestto a node withnodeId.- If
nodeIdis not registered, the Admin client throws BrokerIdNotRegisteredException.
kafka-features.sh
The empty
—-node-idcan work as usual.
If
nodeIdis negative, the FeatureCommand throwsIllegalArgumentException.
If
nodeIdis valid, the FeatureCommand get getsApiVersionResponsefrom a node withnodeId.
Rejected Alternatives
- If
nodeIdis not registered, the FeatureCommand throws BrokerIdNotRegisteredException.
Alternatives
Use metrics to track finalized level and minimum / maximum supported level. The approach has been accepted in KIP-1180: Add generic feature level metrics.N/A