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

[DNM] log(ticdc): always print log from the sarama inside to make debug life easier #11867

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add more sarama log
wk989898 authored Dec 29, 2024
commit 7711fa26613f08914f9d24184196b664733a90ec
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -418,5 +418,7 @@ replace sourcegraph.com/sourcegraph/appdash => github.com/sourcegraph/appdash v0

replace sourcegraph.com/sourcegraph/appdash-data => github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67

replace github.com/IBM/sarama => github.com/3AceShowHand/sarama v0.0.0-20241204051647-318559e536ae

// tls10server=1
godebug tlsrsakex=1
Loading