|
Re: Question on sandbox projects
Maybe prefix things intead of postfix things to get the ordering right? Some tools sort () and [] after letters and numbers. Give it a shot?
FWIW, the over promotion of sandbox projects was raised at
Maybe prefix things intead of postfix things to get the ordering right? Some tools sort () and [] after letters and numbers. Give it a shot?
FWIW, the over promotion of sandbox projects was raised at
|
By
Brandon Philips <bphilips@...>
·
#2228
·
|
|
Re: RSocket Followup (post TOC meeting)
In addition, Pivotal's interest in RSocket extends beyond the Java implementation and we're specifically interested in JavaScript and Go. For us to be comfortable, we'd ensure reliable
In addition, Pivotal's interest in RSocket extends beyond the Java implementation and we're specifically interested in JavaScript and Go. For us to be comfortable, we'd ensure reliable
|
By
Ben Hale <bhale@...>
·
#2227
·
|
|
Re: RSocket Followup (post TOC meeting)
Hi Alexis,
How much interoperability testing have you done? Especially in the multi hop multi implementation cases
There are internal tests using RSocket with the different implementations and
Hi Alexis,
How much interoperability testing have you done? Especially in the multi hop multi implementation cases
There are internal tests using RSocket with the different implementations and
|
By
Robert Roeser <robert@...>
·
#2226
·
|
|
Re: RSocket Followup (post TOC meeting)
Go, java, js and c++ would be a convincing portfolio, if interop worked.
Go, java, js and c++ would be a convincing portfolio, if interop worked.
|
By
alexis richardson
·
#2225
·
|
|
Re: RSocket Followup (post TOC meeting)
RSocket’s primary use-case is distributed systems communication. I mentioned the above example as it’s difficult to do that today and you usually need additional components like Socket.io,
RSocket’s primary use-case is distributed systems communication. I mentioned the above example as it’s difficult to do that today and you usually need additional components like Socket.io,
|
By
Ben Hale <bhale@...>
·
#2224
·
|
|
Re: RSocket Followup (post TOC meeting)
I'd like to add to Ben's comments that this pattern is implemented in many message brokers which de facto support relays a->b->c.
The appeal (to me) of rsocket is to make the pattern part of the
I'd like to add to Ben's comments that this pattern is implemented in many message brokers which de facto support relays a->b->c.
The appeal (to me) of rsocket is to make the pattern part of the
|
By
alexis richardson
·
#2223
·
|
|
Re: RSocket Followup (post TOC meeting)
TCP flow control is at the byte level and RSocket is flow control at the message level. It's often easier to reason at the message level when you build applications because you don't have to guess
TCP flow control is at the byte level and RSocket is flow control at the message level. It's often easier to reason at the message level when you build applications because you don't have to guess
|
By
Ben Hale <bhale@...>
·
#2222
·
|
|
Re: RSocket Followup (post TOC meeting)
Is mobile the primary use case today?
Rsocket uses client-slide load balancing to achieve this?
https://github.com/rsocket/rsocket-java/tree/1.0.x/rsocket-load-balancer
OOC, how much work does
Is mobile the primary use case today?
Rsocket uses client-slide load balancing to achieve this?
https://github.com/rsocket/rsocket-java/tree/1.0.x/rsocket-load-balancer
OOC, how much work does
|
By
Brian Grant
·
#2221
·
|
|
Re: Question on sandbox projects
FYI this is the best we can do, based on the day the data is pulled within the CFP program (it's why Helm is at the bottom instead of alphabetized currently)
If we reorder them, then, for example,
FYI this is the best we can do, based on the day the data is pulled within the CFP program (it's why Helm is at the bottom instead of alphabetized currently)
If we reorder them, then, for example,
|
By
Chris Aniszczyk
·
#2220
·
|
|
Re: Question on sandbox projects
and of course I posted the wrong screenshot sigh:
--
Chris Aniszczyk (@cra) | +1-512-961-6719
and of course I posted the wrong screenshot sigh:
--
Chris Aniszczyk (@cra) | +1-512-961-6719
|
By
Chris Aniszczyk
·
#2219
·
|
|
Re: Question on sandbox projects
At the moment, we are limited to what the CFP tool is capable of doing, so we only have a list.
We have updated the list of projects to label their relative maturity level in the CFP system.
For
At the moment, we are limited to what the CFP tool is capable of doing, so we only have a list.
We have updated the list of projects to label their relative maturity level in the CFP system.
For
|
By
Chris Aniszczyk
·
#2218
·
|
|
Re: Question on sandbox projects
Yes I agree with Quinton
By
alexis richardson
·
#2217
·
|
|
Re: Question on sandbox projects
OK, I’m suggesting the opposite – three clearly separate lists – graduated, incubating, sandbox
If I’m the only one who feel strongly on this I’m happy to step down off my soapbox. But I
OK, I’m suggesting the opposite – three clearly separate lists – graduated, incubating, sandbox
If I’m the only one who feel strongly on this I’m happy to step down off my soapbox. But I
|
By
Quinton Hoole
·
#2216
·
|
|
Re: Question on sandbox projects
We can annotate each listing with the project maturity level, that's my proposed solution moving forward.
--
Chris Aniszczyk (@cra) | +1-512-961-6719
We can annotate each listing with the project maturity level, that's my proposed solution moving forward.
--
Chris Aniszczyk (@cra) | +1-512-961-6719
|
By
Chris Aniszczyk
·
#2215
·
|
|
Re: Question on sandbox projects
This topic has already come up several times in the ToC. We explicitly decided that a very clear distinction should always be drawn between sandbox, incubation and graduated projects in
This topic has already come up several times in the ToC. We explicitly decided that a very clear distinction should always be drawn between sandbox, incubation and graduated projects in
|
By
Quinton Hoole
·
#2214
·
|
|
Re: Question on sandbox projects
I don't see an issue with listing the projects in alphabetic order outside that it should be a series of checkboxes instead of radio buttons (we will fix that soon).
The TOC list is meant for
I don't see an issue with listing the projects in alphabetic order outside that it should be a series of checkboxes instead of radio buttons (we will fix that soon).
The TOC list is meant for
|
By
Chris Aniszczyk
·
#2213
·
|
|
Re: Question on sandbox projects
Correct.
By
Luis Pab?n
·
#2212
·
|
|
Re: [RESULT] Prometheus moving to graduation (PASSED)
+1 congratulations and good work
+1 congratulations and good work
|
By
alexis richardson
·
#2211
·
|
|
Re: RSocket Followup (post TOC meeting)
Adding Tim Bozarth from Netflix, who's had some practical experience working with both gRPC and RSocket. Full thread here: https://lists.cncf.io/g/cncf-toc/topic/rsocket_followup_post_toc/24221841
+1
Adding Tim Bozarth from Netflix, who's had some practical experience working with both gRPC and RSocket. Full thread here: https://lists.cncf.io/g/cncf-toc/topic/rsocket_followup_post_toc/24221841
+1
|
By
hsaliak@...
·
#2210
·
|
|
Re: Question on sandbox projects
This is a question more for CNCF staff based on the marketing expectations of sandbox projects:
https://github.com/cncf/toc/blob/master/process/sandbox.md#clarifying-marketing-expectations
I'm
This is a question more for CNCF staff based on the marketing expectations of sandbox projects:
https://github.com/cncf/toc/blob/master/process/sandbox.md#clarifying-marketing-expectations
I'm
|
By
Chris Aniszczyk
·
#2209
·
|