vamossagar12 opened a new pull request, #13614:
URL: https://github.com/apache/kafka/pull/13614

   Adding Redirection for StreamsResetter. The erstwhile StreamsResetter 
resided in core/src/main/scala/kafka/tools package and that's where I added 
this class.
   I tried to run the main method but it fails with 
   
   ```
   Exception in thread "main" java.lang.ClassNotFoundException: 
org.apache.kafka.tools.StreamsResetter
        at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at kafka.tools.StreamsResetter.main(StreamsResetter.java:28)
   ``` 
   
   but I created another class and invoked the class in this PR using the same 
way and it seemed to invoke this. 
   
   cc @mjsax , @fvaleri , @mimaison 


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