BAEL-3185: Fixed formatting

This commit is contained in:
Sorin Zamfir 2020-02-27 22:14:17 +02:00
parent 16b8a61b16
commit 002b937923
4 changed files with 23 additions and 21 deletions

View File

@ -108,8 +108,10 @@ public class KafkaApplication {
@Override
public void onSuccess(SendResult<String, String> result) {
System.out.println("Sent message=[" + message + "] with offset=[" + result.getRecordMetadata().offset() + "]");
System.out.println("Sent message=[" + message + "] with offset=[" + result.getRecordMetadata()
.offset() + "]");
}
@Override
public void onFailure(Throwable ex) {
System.out.println("Unable to send message=[" + message + "] due to : " + ex.getMessage());