Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.85 KB | None | 0 0
  1. Feb 22, 2018 4:29:38 PM com.englishtown.vertx.jersey.impl.VertxResponseWriter
  2. SEVERE: Invalid partition: -97. Partition number should always be non-negative or null.
  3. java.lang.IllegalArgumentException: Invalid partition: -97. Partition number should always be non-negative or null.
  4.     at org.apache.kafka.clients.producer.ProducerRecord.<init>(ProducerRecord.java:73)
  5.     at org.apache.kafka.clients.producer.ProducerRecord.<init>(ProducerRecord.java:106)
  6.     at com.eflabs.vertx.kafka.client.internal.impl.DefaultVertxKafkaProducer.lambda$send$5(DefaultVertxKafkaProducer.java:81)
  7.     at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:273)
  8.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  9.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  10.     at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement