Skip to content

Commit 170b0c6

Browse files
author
tbedford
committed
[chore] - add more warning baners
1 parent b13f89d commit 170b0c6

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

docs/create/create-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ When this option is selected, data in the topic is persisted to a Quix database
135135
Services that experience improved performance when selecting the "High performance" option include the following:
136136

137137
* GitService - this is the service that synchronizes your Quix environment with the project's Git repository.
138-
* [Replay Service](../manage/replay.md) - enables replay of persisted data into a topic.
138+
* [Replay Service](../manage/replay.md) - enables replay of persisted data into a topic. **Note:** feature is only available to legacy customers.
139139
* [Streaming Reader](../apis/streaming-reader-api/overview.md) - service that enables a client to subscribe to a Quix topic.
140140
* [Streaming Writer](../apis/streaming-writer-api/overview.md) - service that enables a client to publish to a Quix topic.
141-
* [Query API](../apis/query-api/overview.md) - query data persisted in the Quix database.
141+
* [Query API](../apis/query-api/overview.md) - query data persisted in the Quix database. **Note:** feature is only available to legacy customers.
142142

143143
Generally, if you notice sluggish performance in one of these services, it may mean for the volumes and frequency of data you are processing, you might need the High performance option.
144144

docs/kb/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ A project contains one or more [environments](#environment), so typically you cr
168168

169169
## Query API
170170

171+
!!! danger "Legacy feature"
172+
173+
This feature is not available to new users. However, legacy users may still have access to this functionality.
174+
171175
The [Query API](../apis/query-api/overview.md) is used to query persisted data. Most commonly used for dashboards, analytics and training ML models. Also useful to call historical data when running an ML model, or to call historical data from an external application. This API is primarily iused for testing and debugging purposes.
172176

173177
## Quix UI

docs/kb/what-is-quix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ Quix provides numerous standard [connectors](../connectors/index.md) for both so
144144

145145
Quix provides several APIs to help you work with streaming data. These include:
146146

147-
* [**Stream Writer API**](../apis/streaming-writer-api/overview.md): enables you to send any data to a Kafka topic in Quix using HTTP. This API handles encryption, serialization, and conversion to the Quix Streams format, ensuring efficiency and performance of down-stream processing regardless of the data source.
148-
* [**Stream Reader API**](../apis/streaming-reader-api/overview.md): enables you to push live data from a Quix topic to your application, ensuring low latency by avoiding any disk operations.
149-
* [**Query API**](../apis/query-api/overview.md): enables you to query persisted data streams. This is provided primarily for testing purposes.
147+
* [**Streaming Writer API**](../apis/streaming-writer-api/overview.md): enables you to send any data to a Kafka topic in Quix using HTTP. This API handles encryption, serialization, and conversion to the Quix Streams format, ensuring efficiency and performance of down-stream processing regardless of the data source.
148+
* [**Streaming Reader API**](../apis/streaming-reader-api/overview.md): enables you to push live data from a Quix topic to your application, ensuring low latency by avoiding any disk operations.
149+
* [**Query API**](../apis/query-api/overview.md): enables you to query persisted data streams. This is provided primarily for testing purposes. **Note:** available to legacy customers only.
150150
* [**Portal API**](../apis/portal-api/overview.md): enables you to automate Quix tasks such as creating environments, topics, and deployments.
151151

152152
### Quix Streams

docs/manage/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,20 @@ The replay service is used to play back persisted data into a topic.
7171

7272
## Replay service
7373

74+
!!! danger "Legacy feature"
75+
76+
This feature is not available to new users. However, legacy users may still have access to this functionality.
77+
7478
The replay service enables you to play persisted data back into a topic.
7579

7680
You can read more about the [replay service](./replay.md) in the docs.
7781

7882
## Query API
7983

84+
!!! danger "Legacy feature"
85+
86+
This feature is not available to new users. However, legacy users may still have access to this functionality.
87+
8088
The Query API enables you to programmatically retrieve persisted data from the database.
8189

8290
You can read more about the [Query API](../apis/query-api/overview.md) in the docs.

docs/manage/testing-data-store.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Quix provides a very simple way to persist data in a topic. Simply locate the to
1616

1717
## Replay service
1818

19+
!!! danger "Legacy feature"
20+
21+
This feature is not available to new users. However, legacy users may still have access to this functionality.
22+
1923
When data has been persisted, you have the option to not only query and display it, but replay it into your pipeline. This can be very useful for testing and debugging pipelines using historical data.
2024

2125
See how to [use the Quix replay service](../manage/replay.md).

0 commit comments

Comments
 (0)