Skip to content

Commit 65d8d0e

Browse files
authored
Merge pull request #115606 from mamccrea/fix-error-codes
Stream Analytics: Remove kafka codes
2 parents a2ebee0 + 5684e17 commit 65d8d0e

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

articles/stream-analytics/configuration-error-codes.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ ms.service: stream-analytics
1212

1313
You can use activity logs and resource logs to help debug unexpected behaviors from your Azure Stream Analytics job. This article lists the description for every configuration error code. Configuration errors are related to your job configuration, or input and output configurations.
1414

15-
## KafkaInvalidPermission
16-
17-
* **Cause**: The Stream Analytics job doesn't have the proper permission to perform certain actions.
18-
19-
## KafkaInvalidConfiguration
20-
21-
* **Cause**: Certain configurations on the Kafka adapter are invalid.
22-
23-
## KafkaInvalidTimestampType
24-
25-
* **Cause**: The timestamp type used by Kafka is invalid.
26-
2715
## EventHubUnauthorizedAccess
2816

2917
* **Cause**: Event Hub threw an *Unauthorized Access* error.

articles/stream-analytics/external-availability-error-codes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
1515
## ExternalServiceUnavailable
1616

1717
* **Cause**: A service is temporarily unavailable.
18-
* **Recommendation**: Stream Analytics will continue to attempt to reach the service.
19-
20-
## KafkaServerNotAvailable
21-
22-
* **Cause**: The Kafka server is not available.
18+
* **Recommendation**: Stream Analytics will continue to attempt to reach the service.
2319

2420
## EventHubMessagingError
2521

articles/stream-analytics/external-error-codes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
2020

2121
* **Cause**: An error occurred while writing data to an adapter.
2222

23-
## KafkaServerError
24-
25-
* **Cause**: The Kafka server returned an error:
26-
2723
## AzureFunctionHttpError
2824

2925
* **Cause**: An HTTP error was returned from Azure functions.

articles/stream-analytics/internal-error-codes.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ ms.service: stream-analytics
1212

1313
You can use activity logs and resource logs to help debug unexpected behaviors from your Azure Stream Analytics job. This article lists the description for every internal error code. Internal errors are generic errors that are thrown within the Stream Analytics platform when Stream Analytics can't distinguish if the error is an Internal Availability error or a bug in the system.
1414

15-
## KafkaInvalidRequest
16-
17-
* **Cause**: The request sent to the Kafka server is invalid.
18-
19-
## KafkaInputError
20-
21-
* **Cause**: Kafka input encountered an issue.
22-
2315
## CosmosDBOutputBatchSizeTooLarge
2416

2517
* **Cause**: The batch size used to write to Cosmos DB is too large.

0 commit comments

Comments
 (0)