on 2023 May 25 7:18 PM
Hi lin.murong
I am using KAFKA json Input Adapter to fetch messages from Kafka Topic. Messages getting fetched successfully.
But I could see messages getting fetched very slowly into HANA SDS Projects due to which lag is increasing at the source system.
I am using below mentioned parameters in my kafka Input adapter.
ATTACH INPUT ADAPTER i_kafka_1 TYPE toolkit_kafka_json_input
TO i_biz_stream
PROPERTIES
kafkaTopicPartition = 'EVENT1' ,
kafkaOffset = 0 ,
kafkaFromBeginning = FALSE ,
kafkaBootstrapServers = 'bk.0001.111' ,
kafkaGroupId = 'hanasds_consumer' ,
kafkaConsumerProperties = 'consum.properties' ,
kafkaPollInterval = 1 ,
jsonColumnMappingFile = '' ,
jsonColumnMappingXml = '' ,
jsonColsMappingList = 'topic,offset,value.content.eventId',
jsonRootpath = '' ,
additionalStreams = '' ,
gdMaxRetryTimes = 1 ,
jsonSecondDateFormat = '' ,
jsonMsDateFormat = '' ,
jsonTimeFormat = '' ,
jsonBigdatetimeFormat = '' ,
jsonCharsetName = '' ,
enableGdMode = TRUE ,
maxPubPoolSize = 100000 ,
useTransactions = FALSE ;
Could you please suggest any other way to increase performance of Input adapter. ?
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.