-
Notifications
You must be signed in to change notification settings - Fork 0
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
Insert aviation messages to database #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general this looks really good! Though I would still request to configure connection timeouts and implement proper recovery on errors. Unless I just didn't see it exists.
In additions to timeouts mentioned beside the code, I remember seeing a login timeout somewhere. It probably should be set if possible. Please check if there's anything else on this matter.
src/main/java/fi/fmi/avi/archiver/database/DatabaseService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great work again! Sorry for being picky and seeing potential problems everywhere.
src/main/java/fi/fmi/avi/archiver/database/DatabaseService.java
Outdated
Show resolved
Hide resolved
src/test-integration/java/fi/fmi/avi/archiver/database/DatabaseAccessTest.java
Show resolved
Hide resolved
…rify retry logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There it is now.
No description provided.