Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RNasralla
Contributor
Contributor

how to load 500K messages from Kafka to SQL server?

Dears

i need yo make a job that read kafka messages and load them to SQL server, the issue here is that i am getting around 500k message per second from kafka, i created an in memory table in MSSQL 2019 yet i am not able to upload even 50% of the traffic

can you please help, in modifying the job to be able to read the messages and load them in SQL here is the job

Labels (3)
1 Reply
RNasralla
Contributor
Contributor
Author

@Shicong Hong​  can you please help