240 发简信
IP属地:上海
  • zipkin server 消费MQ的时候,总是报错是什么原因:Unable to deserialize [org.springframework.cloud.sleuth.stream.Spans] using the contentType [application/x-java-object;type=org.springframework.cloud.sleuth.stream.Spans] Encountered unregistered class ID: -1511394892
    Serialization trace:
    baggage (org.springframework.cloud.sleuth.Span)
    spans (org.springframework.cloud.sleuth.stream.Spans); nested exception is com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: -1511394892
    Serialization trace:

  • zipkin server 消费MQ的时候,总是报错是什么原因:Unable to deserialize [org.springframework.cloud.sleuth.stream.Spans] using the contentType [application/x-java-object;type=org.springframework.cloud.sleuth.stream.Spans] Encountered unregistered class ID: -1511394892
    Serialization trace:
    baggage (org.springframework.cloud.sleuth.Span)
    spans (org.springframework.cloud.sleuth.stream.Spans); nested exception is com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: -1511394892
    Serialization trace:

    Spring Cloud Sleuth 整合Zipkin、RabbitMQ 和 (Mysql或Elasticsearch)

    Sleuth官网地址 http://cloud.spring.io/spring-cloud-static/Camden.SR7/#_spring_cloud_sleuth ...