You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kafka_sender and kafka_dead_letter both have partition_assignment_strategy as a field in their configs. This option is only applicable to the kafka_reader and needs to be removed.
The text was updated successfully, but these errors were encountered:
…reader (#882)
This PR makes the following changes:
- Bump the kafka-asset version from 5.3.0 to 5.4.0
- Update the `kafka_reader` and `kafka_reader_api` to allow for
`cooperative-sticky` as a `partition_assignment_strategy` option.
- Set `minimum_teraslice_version` to 2.9.0, as this version uses
node-rdkafka v3.2.0, which is the first version to allow for incremental
rebalancing using `cooperative-sticky`.
- Remove `partition_assignment_strategy` option from `kafka_sender`,
`kafka_sender_api` and `kafka_dead_letter`. It looks like these might
have been copy/paste errors, as this is not a valid property on a kafka
producer config.
Ref: #869, #873
The
kafka_sender
andkafka_dead_letter
both havepartition_assignment_strategy
as a field in their configs. This option is only applicable to thekafka_reader
and needs to be removed.The text was updated successfully, but these errors were encountered: