Skip to content
#

fs2

Here are 177 public repositories matching this topic...

gabrieljones
gabrieljones commented Mar 25, 2021

full example from https://github.com/tpolecat/skunk/blob/v0.0.24/modules/docs/src/main/paradox/tutorial/Command.md
gives following compile errors

skunk-world/src/main/scala/CommandExample.scala:42:34
not found: type *
  def fromSession[F[_] : Bracket[*[_], Throwable]](s: Session[F]): PetService[F] =

skunk-world/src/main/scala/CommandExample.scala:42:24
cats.effect.Bracket[<error>,Thro
good first issue
vlovgr
vlovgr commented Oct 11, 2019

Similarly to #234, it would be useful to provide functions for creating test KafkaProducers.

A good first function would be one which yields somewhat sensible default RecordMetadata.

object KafkaProducer {
  def unit[F[_], K, V](implicit F: Sync[F]): F[KafkaProducer[F, K, V]] = ???
}

Likely, this would require some internal state, hence F[KafkaProducer[F, K, V]].

good first issue

Improve this page

Add a description, image, and links to the fs2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fs2 topic, visit your repo's landing page and select "manage topics."

Learn more