You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the problem here is that there are two separate methods:
method_option:force=>false,:aliases=>"-f",:desc=>"forcely replace"# does not workmethod_options:force=>false,:aliases=>"-f",:desc=>"forcely replace"# does work
It's interesting because it did work for me. I had aliases working and had to apply following patch in Karafka after 1.3.0 was released yesterday: karafka/karafka#1678
The method_option as shown below works expectedly:
When using format below, it does not work
If the code is wrong, the sample on the document below should be written in more detail.
Thanks!
The text was updated successfully, but these errors were encountered: