Re: Question about using public classes from the internal packages

2023-12-25 Thread Vikram Singh
? On Wed, Dec 20, 2023 at 6:00 PM Vikram Singh < vikram.si...@clouzersolutions.com> wrote: > Hello Team, > I have done setup of 3 node kafka cluster(3.4.1) all nodes within cluster > are configured as broker and controller due to some reasons i have > restarted kafka cluster. but after re

Re: Question about using public classes from the internal packages

2023-12-20 Thread Vikram Singh
Hello Team, I have done setup of 3 node kafka cluster(3.4.1) all nodes within cluster are configured as broker and controller due to some reasons i have restarted kafka cluster. but after restarting kafka cluster nodes are not getting in the same cluster. Can you please help me out with this issue?

Re: Question about using public classes from the internal packages

2023-12-19 Thread Bruno Cadonna
Hi John, In general, we do not guarantee anything on APIs of the internal package. That is also the reason why you do not need a KIP to change those classes. Any class for which the build generates Javadoc is considered public API [1]. For public APIs we guarantee backwards compatibility. B