add max message size for kafka

This commit is contained in:
nheron 2021-02-03 17:11:39 +01:00
commit 26023878f6
2 changed files with 18 additions and 1 deletions

View file

@ -50,7 +50,9 @@ public class ActionLoggingView extends VerticalLayout {
dialogPerso.getClose().setVisible(false);
this.uniqueID = businessTransactionPersistence.getTransactionId();
this.dbID = businessTransactionPersistence.getId();
if (this.uniqueID==null){
this.uniqueID=this.dbID;
}
title = new Label("TransactionID : " + businessTransactionPersistence.getTransactionId() + "--" + businessTransactionPersistence.getId());
title.setClassName("creation-runtime-title");