We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0238cac commit 5d43357Copy full SHA for 5d43357
src/app.js
@@ -153,6 +153,7 @@ async function initConsumer () {
153
subscriptions: topics,
154
handler: async (messageSet, topic, partition) => {
155
eventEmitter.emit('start_handling_message')
156
+ localLogger.debug(`Consumer handler. Topic: ${topic}, partition: ${partition}, message set length: ${messageSet.length}`)
157
await dataHandler(messageSet, topic, partition)
158
eventEmitter.emit('end_handling_message')
159
}
0 commit comments