Replies: 2 comments 1 reply
-
@mmaslankaprv - can you list the recent error categories you have seen w/ the reporting of |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just sent #852 as a fix for #693. I think by now not many people are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are some ideas - things I've wanted to do for some time now, as well results of different discussions with the team - on changes to rpk that could make the code simpler, resulting in less bugs when features are added:
Config
Manager#ReadOrGenerate
is exported but is only used internallyManager#WriteNodeUUID
seems unnecessary - setting the UUID could be done when writing the config to the FS.config.InitViper
is only used internallyCLI
func addConfigFlag(cmd *cobra.Command, path *string)
Tuning
start.go
&tune.go
.Integration testing
rpk topic consume
&rpk topic produce
, but more need to be written for the rest of the commands.Also, most of the issues with rpk have stemmed from the fact that it must load the config file, change it, and then write it back so that redpanda can then read it. Hopefully, switching to using flags will help further.
Beta Was this translation helpful? Give feedback.
All reactions