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

Adding pagination on orders-api when we getting all orders #152

Merged
merged 5 commits into from
Jul 14, 2024

Conversation

jurabek
Copy link
Member

@jurabek jurabek commented Jul 12, 2024

partially closes #149

image

- order-api: added new type OrdersDto
@@ -32,6 +33,10 @@ export class Publisher {
const kafka = new Kafka({
clientId: this.clientId,
brokers: this.brokers,
retry: {
initialRetryTime: 3000,
retries: 15
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkout-api not getting ready during container start while Kafka broker is loading

@jurabek jurabek merged commit 200c5d2 into develop Jul 14, 2024
6 checks passed
@jurabek jurabek deleted the dashboard_app_orders_page branch July 14, 2024 23:49
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

Successfully merging this pull request may close these issues.

Rebuild Dashboard app using next.js
1 participant