chia7712 commented on code in PR #18389:
URL: https://github.com/apache/kafka/pull/18389#discussion_r1913979735


##########
bin/kafka-storage.sh:
##########
@@ -14,4 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+for i in $(seq 1 $#); do
+    if [ "${!i}" = "-c" ] || [ "${!i}" = "--config" ]; then
+        next_i=$((i + 1))
+        [[ "${!next_i}" == *"config/kraft"* ]] && echo "Warning: If using 
default properties file, config/kraft path has been deprecated"

Review Comment:
   Yes, we should remind users that config/kraft is not used anymore after 4.0.0



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to