Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure All Kafka Responses are Avro Formatted #477

Open
Sneagan opened this issue May 24, 2023 · 0 comments
Open

Ensure All Kafka Responses are Avro Formatted #477

Sneagan opened this issue May 24, 2023 · 0 comments

Comments

@Sneagan
Copy link
Collaborator

Sneagan commented May 24, 2023

We are currently returning at least one error state into Kafka without Avro formatting. Fix this one and any others that may exist:

2023-05-19T07:17:29.596+01:00	[Nest] 34 - 05/19/2023, 6:17:29 AM WARN [ConfirmationStorage] Confirmation Storage: S3=false DB=true
2023-05-19T07:17:36.530+01:00	[Nest] 34 - 05/19/2023, 6:17:36 AM ERROR [CbpKafkaConsumer] failed to process message from challenge-bypass
2023-05-19T07:17:36.534+01:00	[Nest] 34 - 05/19/2023, 6:17:36 AM ERROR [CbpKafkaConsumer] Object:
2023-05-19T07:17:36.534+01:00	{
2023-05-19T07:17:36.534+01:00	"topic": "ads.result.redeem.v1.prod.cbp",
2023-05-19T07:17:36.534+01:00	"partition": 60,
2023-05-19T07:17:36.534+01:00	"offset": "371755226",
2023-05-19T07:17:36.534+01:00	"value": "AAIAAAaoAXJlcXVlc3QgMjgxNTJkZDMtNTU5Yi01YjlkLTk2ZWUtYjQ4NDgzYWMwOWNhOiBmYWlsZWQgdG8gY2hlY2sgcmVkZW1wdGlvbiBlcXVpdmFsZW5jZQA=",
2023-05-19T07:17:36.534+01:00	"error": {}
2023-05-19T07:17:36.534+01:00	}
❯ echo "AAIAAAaoAXJlcXVlc3QgMjgxNTJkZDMtNTU5Yi01YjlkLTk2ZWUtYjQ4NDgzYWMwOWNhOiBmYWlsZWQgdG8gY2hlY2sgcmVkZW1wdGlvbiBlcXVpdmFsZW5jZQA=" | base64 -d
�request 28152dd3-559b-5b9d-96ee-b48483ac09ca: failed to check redemption equivalence%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant