Skip to content

Conversation

UdeshyaDhungana
Copy link
Contributor

No description provided.

if err != nil {
stageLogger := stageHarness.Logger

if err := kafka_files_generator.NewFilesHandler(logger.GetQuietLogger("")).GenerateServerConfiguration(); err != nil {
Copy link

Choose a reason for hiding this comment

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

Bug: Refactor Omitted Stage-Specific Configuration

The refactor to GenerateServerConfiguration lost a boolean parameter that previously differentiated server configuration between stage_f1.go (false) and stage_dtp1.go (true). This means both stages now use the same configuration, potentially losing intended behavioral differences.

Additional Locations (1)

Fix in Cursor Fix in Web

@UdeshyaDhungana UdeshyaDhungana merged commit d868b81 into refactor-serializer Sep 16, 2025
3 checks passed
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