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

KAFKA-16339: [1/4 KStream#transform] Remove Deprecated "transformer" methods and classes #17198

Open
wants to merge 7 commits into
base: trunk
Choose a base branch
from

Conversation

fonsdant
Copy link
Contributor

Hi, @mjsax! I have removed the transform methods from the main and test classes. However, I have asked myself whether the approach I have used for StandbyTaskEOSIntegrationTest and StreamThreadTest is correct. Should I replace transform with process as suggested in transform Javadoc or remove these tests? Thanks!

@fonsdant fonsdant changed the title KAFKA-16339: [1/4 KStream#tranform] Remove Deprecated "transformer" methods and classes KAFKA-16339: [1/4 KStream#transform] Remove Deprecated "transformer" methods and classes Sep 15, 2024
@fonsdant
Copy link
Contributor Author

I have missed removing the references to transform on Javadocs too. I will push another commit for it.

@fonsdant
Copy link
Contributor Author

I have noticed that KStreamTransformIntegrationTest.TestTransformer could be removed as it has become unused.

@fonsdant fonsdant force-pushed the kstream-transform-remove-deprecated-transformer-methods-and-classes branch from 2d4b7f4 to bafaa10 Compare September 17, 2024 23:10
@fonsdant fonsdant force-pushed the kstream-transform-remove-deprecated-transformer-methods-and-classes branch from bafaa10 to f28ac72 Compare September 17, 2024 23:17
@fonsdant
Copy link
Contributor Author

For now, I have removed the build with deduplicaiton topology test until we decide how to replace the transform method inside it.

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.

1 participant