add max message size for kafka
This commit is contained in:
parent
ef67ec2f4b
commit
26023878f6
2 changed files with 18 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue