How to set producer parameters
Is there any method for producers to specify key, Producer name and other parameters
Hey @zehuiHuang - These parameters are not exposed but this will change this week when multiple optional parameters using some sort of builder will be added to producers and consumers as well and released in 1.1.1 probably by end of the week. All of this is currently in WIP and was started by other contributors but I need to make them work + add some test cases so the master branch is a little bit messy and in WIP state right now.
Hi @majusko, is it supported now (e.g. specify the key)? I haven't actually found any document or method about these feature yet.
Hi @majusko, this(specify the key) is a important feature because sometimes messages need to be ordered. Are there any problems with this feature now?