Skip to content

Fixed non-tool path prefix file names for python conventions #2000

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MSeal
Copy link

@MSeal MSeal commented Jun 24, 2025

A minor fix to project files to not have multiple conventions.

A few file renames.

Checklist

  • Contains customer facing changes? Including API/behavior changes
  • Did you add sufficient unit test and/or integration test coverage for this PR?
    • If not, please explain why it is not required

References

JIRA:

Test & Review

Open questions / Follow-ups

I originally changed the files in tools, but reverted that as they are treated like bash scripts in that folder and all the command line instructions use the same - separators. It felt better to keep it consistent with the .sh files in that folder.

@MSeal MSeal self-assigned this Jun 24, 2025
@Copilot Copilot AI review requested due to automatic review settings June 24, 2025 23:54
@MSeal MSeal added the maintenance Any tech debt or routine action tasks that should be tracked with an issue label Jun 24, 2025
@MSeal MSeal requested review from a team as code owners June 24, 2025 23:54
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes the EOS transactions example file name to use snake_case and updates all references to match.

  • Rename eos-transactions.py to eos_transactions.py in code and docs
  • Update the producer’s transactional.id to reflect the new file name
  • Correct the README example link

Reviewed Changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

File Description
examples/eos_transactions.py Changed transactional.id value from 'eos-transactions.py' to 'eos_transactions.py'
examples/README.md Updated the example link from [eos-transactions.py] to [eos_transactions.py]

@sonarqube-confluent
Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (66.00% Estimated after merge)
  • Duplications No duplication information (5.20% Estimated after merge)

Project ID: confluent-kafka-python

View in SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Any tech debt or routine action tasks that should be tracked with an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant