Skip to content

Commit

Permalink
fix: Default Transformtion should be identity in EventProducerPushDes…
Browse files Browse the repository at this point in the history
…tination

* that is what it is in scaladsl
  • Loading branch information
patriknw committed Nov 22, 2023
1 parent 3788277 commit d35a31a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object EventProducerPushDestination {
new EventProducerPushDestination(
Optional.empty(),
acceptedStreamId,
(_, _) => Transformation.empty,
(_, _) => Transformation.identity,
Optional.empty(),
Collections.emptyList(),
protobufDescriptors,
Expand Down

0 comments on commit d35a31a

Please sign in to comment.