I am using kafka consumer eachBatch: async ({ })
to fetch messages from kafka because our system has to process millions of messages per day and sync the same to Big Query
How can I increase batch size to 100 messages?
I am using kafka consumer eachBatch: async ({ })
to fetch messages from kafka because our system has to process millions of messages per day and sync the same to Big Query
How can I increase batch size to 100 messages?