kafkaTemplate in KafkaItemWriter should be protected #3802
Labels
for: backport-to-4.2.x
Issues that will be back-ported to the 4.2.x line
in: infrastructure
status: first-timers-only
Issues that we would like first-timers only to work on
type: enhancement
Milestone
As of v4.3.0, the
kafkaTemplate
field inKafkaItemWriter
is private. This makes it impossible to use the template in overridden methods likewriteKeyValue
orwrite
:The visibility of the field
kafkaTemplate
inKafkaItemWriter
should be changed fromprivate
toprotected
.The text was updated successfully, but these errors were encountered: