youtube-projects
youtube-projects copied to clipboard
These are project resources for the live YouTube lectures. Includes dependency injection, git internals, code reviews and the system design contest.
Run Main method of LogClient class and you will face some exception due to timeout . This fix isnt a good optimised fix. Will try to identify the rootcause.
https://github.com/coding-parrot/youtube-projects/blob/7e2275a294861f4f26b8509f4deba45d58c13a10/java-projects/src/main/java/logger/LogClient.java#L63-L64 https://github.com/coding-parrot/youtube-projects/blob/7e2275a294861f4f26b8509f4deba45d58c13a10/java-projects/src/main/java/logger/LogClient.java#L54-L55 We are trying to schedule the start method before the end method by using Single Thread Executor. Let's say we scheduled two threads first thread is calling start...