Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leave configuration files untouched #584

Merged
merged 1 commit into from Oct 30, 2023
Merged

Conversation

Bert-R
Copy link
Collaborator

@Bert-R Bert-R commented Oct 28, 2023

Earlier, we used to delete the following files if existing:

  • kafka.properties
  • kafka.truststore.jks
  • kafka.keystore.jks

Since #502, we are creating them if not existing. With this commit, we take the middle ground: let the user decide about the existence.

Fixes #579

Earlier, we used to delete the following files if existing:
* kafka.properties
* kafka.truststore.jks
* kafka.keystore.jks

Since #502, we are creating them if not existing. With this commit, we take
the middle ground: let the user decide about the existence.
@Bert-R
Copy link
Collaborator Author

Bert-R commented Oct 28, 2023

@davideicardi If you agree with this fix, I suggest to release 4.0.1 with this, so people can move on with the 4.0 release.

@Bert-R Bert-R merged commit de3b9e1 into master Oct 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kafdrop 4 complains about missing key store password though keystore was not set
2 participants