-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
BIZ-356 - Export of Subscription Watch data
-
-
As Swatch, we want to remove stubbed export API calls, so we can send an actually request to export service in EE and test environment.
Current state, when testing in EE API call to Export service produce 404 -> "Page Not Found"
As seen here in this PR when the actually API is used
Investigate the cause of why clowder isn't finding the API
2024-01-25 10:18:51,493 [thread=swatch-subscription-export-5-C-1] [ERROR] [org.candlepin.subscriptions.subscription.ExportSubscriptionListener] - Error getting data from Export service: 43d6f630-757e-40b4-a4e1-bc4a06bfeca6 2024-01-25 10:18:51,502 [thread=swatch-subscription-export-5-C-1] [ERROR] [org.springframework.kafka.listener.DefaultErrorHandler] - Backoff FixedBackOff{interval=0, currentAttempts=10, maxAttempts=9} exhausted for platform.export.requests-17@0 org.springframework.kafka.listener.ListenerExecutionFailedException: Listener method 'public void org.candlepin.subscriptions.subscription.ExportSubscriptionListener.receive(java.lang.String) throws com.redhat.swatch.clients.export.api.client.ApiException' threw exception ...... <Snip > <Snip> ...... Caused by: com.redhat.swatch.clients.export.api.client.ApiException: 404 page not found
Testing:
- Verify that SWATCH can interact with Export in cloud environments (EE,stage, prod) without 404 error
- blocks
-
SWATCH-2021 Report filtered subscription data to Export Service in JSON
- Closed
-
SWATCH-2018 Report filtered instance data to Export Service in JSON
- Closed