Skip to content

Conversation

@zikangh
Copy link
Owner

@zikangh zikangh commented Sep 9, 2025

Motivation

Explain here the context, and why you're making that change. What is the problem you're trying to solve.

Modifications

Describe the modifications you've done.

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

  • This change is a trivial rework / code cleanup without any test coverage.

  • This change is already covered by existing tests, such as:

  • This change added tests and can be verified as follows:

Documentation

Check the box below.

Need to update docs?

  • doc-required
  • no-need-doc
  • doc

ledgers.last.entries = stats.currentLedgerEntries
}

logDebug(s"maxBytesPerTrigger: $topicPartition found ${ledgers.size} ledgers " +

Choose a reason for hiding this comment

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

Lets just use info logs since we are going to build a custom image

Choose a reason for hiding this comment

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

I would also suggest that you prefix these added logs with something like "!--" so they are easy to find and query for.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Done! Also based on the stats provided by the customer, I added a lot more logging to cover all bases.

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.

2 participants