fs2-rabbit-test-support


License

License

GroupId

GroupId

dev.profunktor
ArtifactId

ArtifactId

fs2-rabbit-test-support_2.13
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

fs2-rabbit-test-support
fs2-rabbit-test-support
Project URL

Project URL

https://fs2-rabbit.profunktor.dev/
Project Organization

Project Organization

ProfunKtor
Source Code Management

Source Code Management

https://github.com/profunktor/fs2-rabbit

Download fs2-rabbit-test-support_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/dev.profunktor/fs2-rabbit-test-support_2.13/ -->
<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>fs2-rabbit-test-support_2.13</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.profunktor/fs2-rabbit-test-support_2.13/
implementation 'dev.profunktor:fs2-rabbit-test-support_2.13:2.1.1'
// https://jarcasting.com/artifacts/dev.profunktor/fs2-rabbit-test-support_2.13/
implementation ("dev.profunktor:fs2-rabbit-test-support_2.13:2.1.1")
'dev.profunktor:fs2-rabbit-test-support_2.13:jar:2.1.1'
<dependency org="dev.profunktor" name="fs2-rabbit-test-support_2.13" rev="2.1.1">
  <artifact name="fs2-rabbit-test-support_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.profunktor', module='fs2-rabbit-test-support_2.13', version='2.1.1')
)
libraryDependencies += "dev.profunktor" % "fs2-rabbit-test-support_2.13" % "2.1.1"
[dev.profunktor/fs2-rabbit-test-support_2.13 "2.1.1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
dev.profunktor : fs2-rabbit_2.13 jar 2.1.1
com.rabbitmq : amqp-client jar 5.8.0
org.typelevel : cats-effect_2.13 jar 2.0.0
co.fs2 : fs2-core_2.13 jar 2.1.0
org.scalatest : scalatest_2.13 jar 3.0.8

test (1)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.13 jar 1.14.3

Project Modules

There are no modules declared in this project.

fs2-rabbit

CI Status Gitter Chat Maven Central Cats friendly MergifyStatus Scala Steward badge

Stream-based library for RabbitMQ built-in on top of Fs2 and the RabbitMq Java Client.

Dependencies

Add this to your build.sbt:

libraryDependencies += "dev.profunktor" %% "fs2-rabbit" % Version

And this one if you would like to have Json support:

libraryDependencies += "dev.profunktor" %% "fs2-rabbit-circe" % Version

Note: previous artifacts <= 2.0.0-RC1 were published using the com.github.gvolpe group id (see migration guide)

Usage Guide

Check the official guide for updated compiling examples.

Adopters

Company Description
Cognotekt Microservice workflow management in Insuretech AI applications.
ITV Internal microservices interaction.
Klarna Microservice for Fintech services.
Philips Lighting Internal microservices interaction.
Free2Move Microservice communication.

Running tests locally

Start a RabbitMQ instance using docker-compose (recommended):

> docker-compose up
> sbt +test

Code of Conduct

See the Code of Conduct

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

dev.profunktor

ProfunKtor

A Profunctor is just a bifunctor that is contravariant in the first argument and covariant in the second. What's the problem?

Versions

Version
2.1.1
2.1.0
2.0.0
2.0.0-RC3