commit
6d493b0688
2 changed files with 4 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ public class DroolsBusinessProxyServer {
|
||||||
ProducerConfig.VALUE_SERIALIZER_CLASS_CONFIG,
|
ProducerConfig.VALUE_SERIALIZER_CLASS_CONFIG,
|
||||||
JsonSerializer.class);
|
JsonSerializer.class);
|
||||||
configProps.put(
|
configProps.put(
|
||||||
ProducerConfig.MAX_REQUEST_SIZE_CONFIG, 4655826);
|
ProducerConfig.MAX_REQUEST_SIZE_CONFIG, 41943040);
|
||||||
|
|
||||||
if (activateSsl) {
|
if (activateSsl) {
|
||||||
configProps.put(CommonClientConfigs.SECURITY_PROTOCOL_CONFIG, SecurityProtocol.SSL.name);
|
configProps.put(CommonClientConfigs.SECURITY_PROTOCOL_CONFIG, SecurityProtocol.SSL.name);
|
||||||
|
|
|
||||||
|
|
@ -60,8 +60,10 @@ public class RuleService {
|
||||||
kafkaTemplateLogging.send(KafkaTopicConstants.LOGING_TOPIC,chtijbugObjectRequest);
|
kafkaTemplateLogging.send(KafkaTopicConstants.LOGING_TOPIC,chtijbugObjectRequest);
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
logger.error(" kafkaTemplateLogging.send",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