[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-22 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533860005 Yes, I enhanced it, but it wrapped my class, so I didn't get the snapshot, I'm going to see now how do I pass it through the

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-22 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533859414 @wu-sheng I create manual class resolve this problem, but there are new problem. ```java EnhancedInstance

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-21 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533848294 Thank you, I got it. This is an automated message from the

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-21 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533848014 I haven't changed this piece of code at all. If I need to raise the parameters of the interface, is there a better way?

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-21 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533847944

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-21 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533847053 > What do you mean can't enhance? It looks like just intercepting return value, and change it to our own callback.

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-21 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533846641 @wu-sheng I have a question. `producer.send(producerRecord, buildCallback(producerRecord, producer, future));`

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-19 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533163414 @wu-sheng yes, I printed all the parameters through the log, but found that the second parameter was empty, so I have no

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-19 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-533141281 I have solved the first error, but I can't find the reason for the second one `ERROR 2019-09-17 20:39:14:468

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-19 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-532992891 @wu-sheng I am very sorry that I am busy with my work these days. I will deal with it at the weekend

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-17 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-532228758 > Such as from this error log, we are intercepting `KafkaProducer` constructor, right? > > >

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-17 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-532228200 yes | | 李荣谦 | | stal...@163.com | 签名由 网易邮箱大师 定制 On 09/17/2019 21:44, 吴晟 Wu

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-17 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-532226273 @wu-sheng ok,I got it This is an automated message from the

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-17 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-532216054 @wu-sheng When spring-kafka exists, how can I enable spring-kafka-plugin by not launching the kafka plugin,I need a little

[GitHub] [skywalking] stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka

2019-09-17 Thread GitBox
stalary commented on issue #3478: Kafka plugin not work on Spring Boot and Spring Kafka URL: https://github.com/apache/skywalking/issues/3478#issuecomment-532211047 > @stalary do you have interest to enhance this part? Ok, I will solve it soon