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
To configure goduckStreams, there is a need to instantiate kafka (config and producer) using the same version of kafka in the goduck project, which ends up generating overhead and the need to change structures in several projects to update dependencies.
Proposal for a solution: creation of a Goduck.ConfigMap as type alias of confluent kafka types, so that the dependency of kafka types from confluent is only on the side of goduck and not in external projects.
The text was updated successfully, but these errors were encountered:
To configure goduckStreams, there is a need to instantiate kafka (config and producer) using the same version of kafka in the goduck project, which ends up generating overhead and the need to change structures in several projects to update dependencies.
Proposal for a solution: creation of a Goduck.ConfigMap as type alias of confluent kafka types, so that the dependency of kafka types from confluent is only on the side of goduck and not in external projects.
The text was updated successfully, but these errors were encountered: