Skip to content

Refactor realign_keys method in faststream/response/response.py - #2988

Open
ApusBerliozi wants to merge 1 commit into
ag2ai:mainfrom
ApusBerliozi:2987_refactored_align_keys
Open

Refactor realign_keys method in faststream/response/response.py#2988
ApusBerliozi wants to merge 1 commit into
ag2ai:mainfrom
ApusBerliozi:2987_refactored_align_keys

Conversation

@ApusBerliozi

Copy link
Copy Markdown
Collaborator

Description

Refactored realign_keys method, kept it in the response.py, but split it in two and changed an approach for index forming

Fixes #2987

Type of change

Please delete options that are not relevant.

  • Documentation (typos, code examples, or any documentation updates)
  • Refactoring
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would disrupt existing functionality)
  • This change requires a documentation update

Checklist

  • My code adheres to the style guidelines of this project (just lint shows no errors)
  • I have conducted a self-review of my own code
  • I have made the necessary changes to the documentation
  • My changes do not generate any new warnings
  • I have added tests to validate the effectiveness of my fix or the functionality of my new feature
  • Both new and existing unit tests pass successfully on my local environment by running just test-coverage
  • I have ensured that static analysis tests are passing by running just static-analysis
  • I have included code examples to illustrate the modifications

@ApusBerliozi
ApusBerliozi requested a review from Lancetnik as a code owner August 4, 2026 05:56
@github-actions github-actions Bot added Confluent Issues related to `faststream.confluent` module AioKafka Issues related to `faststream.kafka` module labels Aug 4, 2026
@ApusBerliozi ApusBerliozi self-assigned this Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AioKafka Issues related to `faststream.kafka` module Confluent Issues related to `faststream.confluent` module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor realign_keys method in faststream/response/response.py

1 participant