fix: typo in kafka broker
While reviewing the WeChat article, I came across a subtle typographical error within the parameters of CreateSolver interface, where kafka_brokers was mistakenly referred to as kafka_brockers. Considering that this minor oversight could lead to potential confusion or implementation issues, I believe it is imperative to correct this.
Additionally, I encountered an inconsistency: in the official Python interface documentation, the CreateSolver interface does not mention a kafka_brockers parameter. This has led to some confusion, and I am seeking clarification on this matter.
To be honest, I am aware of the problem for quite some time. I kind of ignored it to avoid compatibility problems.
I think it should be fixed.
@yingcanw Are you fine with us fixing this?