Reputation: 709
is there some spring-kafka migration guide between 1.3.* and 2.2.* versions? Or at least some changelog, so I know what configuration I need to look into for changes? I wasn't able to find anything in official documentation nor in project's github repository. Or I can just bump spring-boot and spring-kafka dependencies and it works out of the box?
Upvotes: 0
Views: 797
Reputation: 174739
(there were a few package and class changes, e.g. ContainerProperties
was moved).
Aside from the package and class changes, I wouldn't expect any changes needed to user code, unless you want to take advantage of the new features.
If you find any problems, please open a GitHub issue against the project so we can document them.
Upvotes: 1