Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics, timing for Eventhub CDC #390

Merged
merged 3 commits into from
Sep 18, 2023
Merged

Metrics, timing for Eventhub CDC #390

merged 3 commits into from
Sep 18, 2023

Conversation

Amogh-Bharadwaj
Copy link
Contributor

No description provided.

@@ -223,6 +236,9 @@ func (c *EventHubConnector) sendEventBatch(events map[string][]*eventhub.Event,
"flowName": flowName,
}).Infof("pushed %d events to event hub: %s",
numEventsPushed, tblName)
mapLock.Lock()
tableNameRowsMapping[tblName] += uint32(len(eventBatch))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defer unlock()

@iskakaushik iskakaushik merged commit ec342ea into main Sep 18, 2023
20 of 22 checks passed
@iskakaushik iskakaushik deleted the updates-for-eh branch September 18, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants