yes, my issue is the big pojo.

> Oh, I figured out the reason finally. It's caused by the lombok. After
> I changed all getters and setters with the trivial getters and
> setters, the completion time was reduced from 15 seconds to 2 seconds.
> 
> Thanks,
> Yunze


Seems Yunze has solved the problem. 
I think this is very helpful for developer experience. 
if you have a slow reaction in ide that seems not so good.


> yaml could give us a hierarchy and therefore a natural grouping of
> like configurations.


In my mind properties file are common for java programs.
and it is true yaml is more k8s friendly. 


Maybe we can add parse yaml file to runtime configuration support in pulsar.


As for simplify config in pulsar.
I suggest that we can clean up some feature nearly nobody use. 
and some of the configs are just feature options to enable same function but 
different implementation.
if the implementation is mature enough we can change it to the default options, 
and remove the older one. then we can remove the config too.





Reply via email to