KAFKA-8454: Add Java AdminClient Interface (KIP-476)#7087
Conversation
|
ping @cmccabe, @mjsax, @rajinisivaram for a review please I've added the |
hachikuji
left a comment
There was a problem hiding this comment.
Left a couple minor comments, but looks good overall.
| * This client was introduced in 0.11.0.0 and the API is still evolving. We will try to evolve the API in a compatible | ||
| * manner, but we reserve the right to make breaking changes in minor releases, if necessary. We will update the | ||
| * {@code InterfaceStability} annotation and this notice once the API is considered stable. | ||
| * This class may be removed in a later release, but has not be marked as deprecated to avoid unnecessary noise. |
There was a problem hiding this comment.
This was probably discussed in the KIP, but obviously the downside is that users won't get any warning or hint that they should transition. But I guess we don't get a substantial benefit from removing AdminClient, so maybe we'll just never do it.
There was a problem hiding this comment.
I agree, but this was covered / discussed in detail on the voting thread and this was the outcome.
|
retest this please |
…reference of `Admin.create`
|
retest this please |
3 similar comments
|
retest this please |
|
retest this please |
|
retest this please |
KIP-476
Adds a
Admininterface.Committer Checklist (excluded from commit message)