Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nitpick: lower-case connector #1776

Merged
merged 1 commit into from
Jun 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/paradox/awslambda.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Lambda

The AWS Lambda Connector provides Akka Flow for AWS Lambda integration.
The AWS Lambda connector provides Akka Flow for AWS Lambda integration.

For more information about AWS Lambda please visit the [AWS lambda documentation](https://aws.amazon.com/documentation/lambda/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ blog by Sidharth Khattri, May 2018

[Alpakka (Akka Streams) vs Apache Camel: who wins?](http://www.thedevpiece.com/alpakka-akka-streams-vs-apache-camel-who-wins/) Blog by Gabriel Francisco, May 2018

[Alpakka – a new world of Connectors for Reactive Enterprise Integration](https://www.youtube.com/watch?v=EcNZ2mJZmCk)
[Alpakka – a new world of connectors for Reactive Enterprise Integration](https://www.youtube.com/watch?v=EcNZ2mJZmCk)
presentation by Jan Pustelnik, Actyx, ReactSphere Kraków, April 2018

[Revitalizing Enterprise Integration with Reactive Streams](https://info.lightbend.com/webinar-revitalizing-enterprise-integration-with-reactive-streams-recording.html)
Expand All @@ -49,7 +49,7 @@ Presentation by Colin Breck, Tesla, February 2018
[Build Real-Time Streaming ETL Pipelines with Akka Streams, Alpakka and Apache Kafka](https://www.lightbend.com/blog/build-real-time-streaming-etl-pipelines-with-akka-streams-alpakka-and-apache-kafka)
Webinar by Konrad Malawski, Lightbend, October 2017

[Alpakka File CSV and ElasticSearch Connectors](https://abhsrivastava.github.io/2017/10/02/Alpkka-File-CSV-Elastic/)
[Alpakka File CSV and ElasticSearch connectors](https://abhsrivastava.github.io/2017/10/02/Alpkka-File-CSV-Elastic/)
blog by Abhishek Srivastava, October 2017

[Stream Avro Records into Kafka using Avro4s and Akka Streams Kafka](https://abhsrivastava.github.io/2017/10/02/Stream-Avro-Records-into-Kafka/)
Expand Down
10 changes: 5 additions & 5 deletions docs/src/main/paradox/release-notes/1.0-M2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Everything done in this release is [in the milestone](https://github.com/akka/al

## Highlights in this release

* new Akka Stream native @ref:[MQTT Streaming Connector](../mqtt-streaming.md) thanks to [@huntc](https://github.com/huntc), the existing Eclipse Paho-based connector will stay around for a while but might be discontinued in the future
* new @ref:[Couchbase Connector](../couchbase.md) which even is the base for the new [Akka Persistence Couchbase](https://doc.akka.io/docs/akka-persistence-couchbase/current/), thanks to [@dannylesnik](https://github.com/dannylesnik)
* refactoring of the @ref:[S3 Connector](../s3.md). See below for more details
* refactoring of the @ref:[JMS Connector](../jms/index.md).
* new Akka Stream native @ref:[MQTT Streaming connector](../mqtt-streaming.md) thanks to [@huntc](https://github.com/huntc), the existing Eclipse Paho-based connector will stay around for a while but might be discontinued in the future
* new @ref:[Couchbase connector](../couchbase.md) which even is the base for the new [Akka Persistence Couchbase](https://doc.akka.io/docs/akka-persistence-couchbase/current/), thanks to [@dannylesnik](https://github.com/dannylesnik)
* refactoring of the @ref:[S3 connector](../s3.md). See below for more details
* refactoring of the @ref:[JMS connector](../jms/index.md).
Also support for retries and connection status thanks to [@andreas-schroeder](https://github.com/andreas-schroeder)
* refactoring of the @ref:[Google Cloud Pub/Sub Connector](../google-cloud-pub-sub.md) thanks to [@tg44](https://github.com/tg44)
* refactoring of the @ref:[Google Cloud Pub/Sub connector](../google-cloud-pub-sub.md) thanks to [@tg44](https://github.com/tg44)


## Changes per module
Expand Down