Miss topic in the KafkaServiceManagementServiceClient (#5326)
Co-authored-by: Daming <zteny@foxmail.com>
This commit is contained in:
parent
68eba154c4
commit
f731c25856
|
|
@ -106,7 +106,7 @@ public class KafkaServiceManagementServiceClient implements BootService, Runnabl
|
|||
if (logger.isDebugEnable()) {
|
||||
logger.debug("Heartbeat reporting, instance: {}", ping.getServiceInstance());
|
||||
}
|
||||
producer.send(new ProducerRecord<>(ping.getServiceInstance(), Bytes.wrap(ping.toByteArray())));
|
||||
producer.send(new ProducerRecord<>(topic, ping.getServiceInstance(), Bytes.wrap(ping.toByteArray())));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue