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


##########
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:
   Deprecated would imply we still support it, but plan to remove it in the 
future. It looks like we are doing a move here. Perhaps you want to say that 
they were moved to a new location and state that new location?



-- 
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