You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "vamossagar12 (via GitHub)" <gi...@apache.org> on 2023/04/19 14:44:27 UTC

[GitHub] [kafka] vamossagar12 opened a new pull request, #13614: KAFKA-14586: Adding redirection for StreamsResetter

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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mimaison commented on pull request #13614: KAFKA-14586: Adding redirection for StreamsResetter

Posted by "mimaison (via GitHub)" <gi...@apache.org>.
mimaison commented on PR #13614:
URL: https://github.com/apache/kafka/pull/13614#issuecomment-1515923050

   Backported to 3.5 as well.


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mjsax commented on pull request #13614: KAFKA-14586: Adding redirection for StreamsResetter

Posted by "mjsax (via GitHub)" <gi...@apache.org>.
mjsax commented on PR #13614:
URL: https://github.com/apache/kafka/pull/13614#issuecomment-1517029646

   Thanks all of you!


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mimaison commented on pull request #13614: KAFKA-14586: Adding redirection for StreamsResetter

Posted by "mimaison (via GitHub)" <gi...@apache.org>.
mimaison commented on PR #13614:
URL: https://github.com/apache/kafka/pull/13614#issuecomment-1515084652

   Not merging immediately to let @mjsax a chance to review.
   Feel free to merge to trunk and 3.5, otherwise I'll do it when I come online tomorrow.


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mimaison merged pull request #13614: KAFKA-14586: Adding redirection for StreamsResetter

Posted by "mimaison (via GitHub)" <gi...@apache.org>.
mimaison merged PR #13614:
URL: https://github.com/apache/kafka/pull/13614


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] fvaleri commented on pull request #13614: KAFKA-14586: Adding redirection for StreamsResetter

Posted by "fvaleri (via GitHub)" <gi...@apache.org>.
fvaleri commented on PR #13614:
URL: https://github.com/apache/kafka/pull/13614#issuecomment-1515869259

   @vamossagar12 Thanks!
   
   Can you also add this redirection to KAFKA-14705?


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] vamossagar12 commented on pull request #13614: KAFKA-14586: Adding redirection for StreamsResetter

Posted by "vamossagar12 (via GitHub)" <gi...@apache.org>.
vamossagar12 commented on PR #13614:
URL: https://github.com/apache/kafka/pull/13614#issuecomment-1515894145

   Thanks @fvaleri . I did it but initially had thought I would do it after the merge. 


-- 
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-unsubscribe@kafka.apache.org

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