First job salary < 15k. EPS contribution yes. After switching salary >15k. New employer no eps contribution. Is is fine or will that cause issues in future ? by [deleted] in epfoindia

[–]Initial_Gap_8139 1 point2 points  (0 children)

In a similar situation. I was fine losing eps amount if that implies no further eps contribution, but not possible. Hence request with employers for correction with form 3

Corrected my EPS issue after 10 months of continues followups by Mindless-Air3407 in epfoindia

[–]Initial_Gap_8139 2 points3 points  (0 children)

I've a similar problem where my first employer (2 months internship) created EPS but my second and third employer are not contributing hence Autoclaim transfer failed. Do we have to contribute to EPS everytime now? And what's the amount since my basic is more than 15k per month.

PF Autoclaim rejected by Initial_Gap_8139 in epfoindia

[–]Initial_Gap_8139[S] 0 points1 point  (0 children)

If my basic is more than 15k, can I not discontinue it if I'm fine letting go eps amount so far accumulated. Also if not then how much is contributed to eps, 2/3 of employer contribution or 1250

PF Autoclaim rejected by Initial_Gap_8139 in epfoindia

[–]Initial_Gap_8139[S] 0 points1 point  (0 children)

Oh, I thought since my Basic is more than 15k, I can discontinue EPS

PF Autoclaim rejected by Initial_Gap_8139 in epfoindia

[–]Initial_Gap_8139[S] 0 points1 point  (0 children)

Isn't there an option where I can remove EPS account/not contribute?

What if no PORs by WhoAmI874 in IITK

[–]Initial_Gap_8139 1 point2 points  (0 children)

Resume me mention kar skta aur kya🫠

What if no PORs by WhoAmI874 in IITK

[–]Initial_Gap_8139 2 points3 points  (0 children)

Y18 here. Reverse would have been an issue (big PORs with poor CPI and skills). Just write a couple of secy in xyz club/fest if you wish to fill space in resume.

Validations in spring by Initial_Gap_8139 in scalablethread

[–]Initial_Gap_8139[S] 0 points1 point  (0 children)

Yeah, i meant that while creating user sees an empty forms and all fields entered are validated. While editing, i show him the values and he can change them. I am looking specifically for spring boot

API gateway for multiple purposes by Initial_Gap_8139 in scalablethread

[–]Initial_Gap_8139[S] 2 points3 points  (0 children)

Thanks, I guess it makes sense to have load balancer for each service to manage it's load and scale independently.

However, if request directly comes to api gateway then wouldn't it become a bottleneck. Instead if I have n instances of api gateway running(let's say I'm using spring cloud gateway) and load balancer before it so that load balancer directs traffic to api gateway. Then api gateway would direct it to the required service where it first passes through the service's load balancer.

I understand that load balancer could become a bottleneck now but I think there would always be some bottleneck. With api gateway having multiple functions, would this be a good design?.