-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
breakingrequires changes that break binary compatibilityrequires changes that break binary compatibility
Milestone
Description
Following the creation of the consumer
package for the traits that make up KafkaConsumer
, I suggest we move things into consumer
, producer
, producer.transactional
and adminclient
packages.
In future, we can consider putting these in separate modules
To keep binary compatibility in 1.x we can move the files but keep the current package declarations, create aliases in the new packages, and deprecate the non-aliased versions. Then for 2.0 we can complete the change.
Metadata
Metadata
Assignees
Labels
breakingrequires changes that break binary compatibilityrequires changes that break binary compatibility