commit
6d493b0688
2 changed files with 4 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ public class DroolsBusinessProxyServer {
|
|||
ProducerConfig.VALUE_SERIALIZER_CLASS_CONFIG,
|
||||
JsonSerializer.class);
|
||||
configProps.put(
|
||||
ProducerConfig.MAX_REQUEST_SIZE_CONFIG, 4655826);
|
||||
ProducerConfig.MAX_REQUEST_SIZE_CONFIG, 41943040);
|
||||
|
||||
if (activateSsl) {
|
||||
configProps.put(CommonClientConfigs.SECURITY_PROTOCOL_CONFIG, SecurityProtocol.SSL.name);
|
||||
|
|
|
|||
|
|
@ -60,8 +60,10 @@ public class RuleService {
|
|||
kafkaTemplateLogging.send(KafkaTopicConstants.LOGING_TOPIC,chtijbugObjectRequest);
|
||||
}catch (Exception e){
|
||||
logger.error(" kafkaTemplateLogging.send",e);
|
||||
}finally {
|
||||
return chtijbutObjectResponse.getObjectRequest();
|
||||
}
|
||||
return chtijbutObjectResponse.getObjectRequest();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue