Skip to content

Commit

Permalink
KAFKA-14581: Moving GetOffsetShell to tools (apache#13562)
Browse files Browse the repository at this point in the history
This PR moves GetOffsetShell from core module to tools module with rewriting from Scala to Java.

Reviewers: Federico Valeri [email protected], Ziming Deng [email protected], Mickael Maison [email protected].
  • Loading branch information
ruslankrivoshein authored Sep 11, 2023
1 parent 672ea64 commit b72d929
Show file tree
Hide file tree
Showing 11 changed files with 1,053 additions and 851 deletions.
2 changes: 1 addition & 1 deletion bin/kafka-get-offsets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

exec $(dirname $0)/kafka-run-class.sh kafka.tools.GetOffsetShell "$@"
exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.GetOffsetShell "$@"
2 changes: 1 addition & 1 deletion bin/windows/kafka-get-offsets.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.

"%~dp0kafka-run-class.bat" kafka.tools.GetOffsetShell %*
"%~dp0kafka-run-class.bat" org.apache.kafka.tools.GetOffsetShell %*
283 changes: 0 additions & 283 deletions core/src/main/scala/kafka/tools/GetOffsetShell.scala

This file was deleted.

Loading

0 comments on commit b72d929

Please sign in to comment.