Re: [DISCUSS] Adding CODEOWNERS to Apache Geode

2020-12-16 Thread Owen Nichols
Sounds good! I am not trying to coerce anyone…just trying to make volunteering as convenient as possible (instead of a 7-step process, you can just leave an approving review or a thumbs-up in the PR comments to accept your nomination as proposed). I’ve updated the PR description to clarify

Re: [DISCUSS] Adding CODEOWNERS to Apache Geode

2020-12-16 Thread Dan Smith
Hi Owen, Thanks for pushing this forward! Given that a lot of folks are on holiday - maybe sometime in January might be a better time to merge this to develop to give everyone a chance to look at it? How about Jan 8th? I'm glad you nominated some folks to be owners by filling them in. I don't

How geode server is gracefully shut-down..?

2020-12-16 Thread ankit Soni
Team, Can some one share the technical details about graceful shutdown of geode server, how is this implemented and ensured that there is no resource leftover. What is a behaviour for client requests in progress or submitted.. I have a scenario where few clients are connected to geode cluster and

Re: Geode Client jar dependencies

2020-12-16 Thread ankit Soni
Thanks Anthony for your reply Ankit. On Mon, Dec 14, 2020, 11:04 PM Anthony Baker wrote: > I great starting point for Geode micro services is the Spring Boot for > Apache Geode project [1][2]. It’s already got all the dependencies sorted > out. > > Anthony > > [1]