Skip to content

Commit d2db787

Browse files
committed
Added versioning banner.
1 parent e3c6404 commit d2db787

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/cosmos-db/create-sql-api-java-changefeed.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ ms.date: 05/08/2020
1010
ms.author: anfeldma
1111
---
1212

13-
# How to create a Java application that uses Azure Cosmos DB SQL API and Change Feed
13+
# How to create a Java application that uses Azure Cosmos DB SQL API and Change Feed Processor
1414

15-
This how-to guide walks you through a simple Java application which uses the Azure Cosmos DB SQL API to insert documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed. The Java application communicates with the Azure Cosmos DB SQL API using Azure Cosmos DB Java SDK v4.
15+
> [!IMPORTANT]
16+
> For more information on Azure Cosmos DB Java SDK v4, please view the Azure Cosmos DB Java SDK v4 Release notes, [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), Azure Cosmos DB Java SDK v4 [performance tips](performance-tips-java-sdk-v4-sql.md), and Azure Cosmos DB Java SDK v4 [troubleshooting guide](troubleshoot-java-sdk-v4-sql.md).
17+
>
18+
19+
This how-to guide walks you through a simple Java application which uses the Azure Cosmos DB SQL API to insert documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed and Change Feed Processor. The Java application communicates with the Azure Cosmos DB SQL API using Azure Cosmos DB Java SDK v4.
1620

1721
## Prerequisites
1822

0 commit comments

Comments
 (0)