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

fix: key was missing in kafka record #1862

Merged
merged 3 commits into from
Sep 25, 2024
Merged

fix: key was missing in kafka record #1862

merged 3 commits into from
Sep 25, 2024

Conversation

falnyr
Copy link
Contributor

@falnyr falnyr commented Sep 20, 2024

Added a getter for missing key property.
@mnapoli
Copy link
Member

mnapoli commented Sep 20, 2024

Thanks, can you update the tests too?

@falnyr
Copy link
Contributor Author

falnyr commented Sep 22, 2024

Thanks for letting me know @mnapoli. Added now.

@mnapoli
Copy link
Member

mnapoli commented Sep 23, 2024

Can you fix the build?

@@ -18,6 +18,11 @@ public function __construct(mixed $record)
}
$this->record = $record;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

The issue is that this line contains 4 spaces. It should contain 0.

@mnapoli mnapoli merged commit a8eaf87 into brefphp:master Sep 25, 2024
9 checks passed
@falnyr falnyr deleted the patch-1 branch September 29, 2024 19:25
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.

3 participants