You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/02/02 20:29:09 UTC

[GitHub] [incubator-pekko-connectors] pjfanning commented on a diff in pull request #22: remove version info from docs and some small doc updates

pjfanning commented on code in PR #22:
URL: https://github.com/apache/incubator-pekko-connectors/pull/22#discussion_r1095056019


##########
docs/src/main/paradox/cassandra.md:
##########
@@ -67,7 +67,7 @@ Here we used a basic sink to complete the stream by collecting all of the stream
 
 ## Writing to Cassandra
 
-@apidoc[CassandraFlow$] provides factory methods to get Akka Streams flows to run CQL statements that change data (`UPDATE`, `INSERT`). Alpakka Cassandra creates a @javadoc[PreparedStatement](com.datastax.oss.driver.api.core.cql.PreparedStatement) and for every stream element the `statementBinder` function binds the CQL placeholders to data.
+@apidoc[CassandraFlow$] provides factory methods to get Akka Streams flows to run CQL statements that change data (`UPDATE`, `INSERT`). Apache Pekko Connectors Cassandra creates a @javadoc[PreparedStatement](com.datastax.oss.driver.api.core.cql.PreparedStatement) and for every stream element the `statementBinder` function binds the CQL placeholders to data.

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org