Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Nov 11, 2020
1 parent acd5eac commit fa04a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def keyStateOf: KeyStateOf[IO] = ???
import com.evolutiongaming.kafka.flow.KeyStateMetrics._
import com.evolutiongaming.kafka.flow.metrics.syntax._

def keyStateWithMetrics = keyStateOf.withCollectorRegistry[IO](???)
def keyStateWithMetrics = keyStateOf.withCollectorRegistry(???)
```
- `PartitionFlowOf.eagerRecoveryKafkaPersistence` lost `keyStateOfTransform`
parameter used to construct metrics as the metric is provided out of the box.
Expand Down

0 comments on commit fa04a62

Please sign in to comment.