Aleksander Slominski
Aleksander Slominski
I have installed latest Xcode and linked dylib and gow instllation succeeded: ``` $ ln -s /Applications/Xcode.app/Contents//Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libcodedirectory.dylib /usr/local/lib/libcodedirectory.dylib $ ls -l /usr/local/lib/libcodedirectory.dylib lrwxr-xr-x 1 aslom staff 110 Mar 24 10:34...
My ask was only to document what are requirements in case somebody else runs into the same problem hopefully that helps. I do not know anything about golang.org/x/sys/unix or how...
Current performance tests setup instructions: https://github.com/knative/eventing/blob/master/test/performance/README.md and tests used by Kafka https://github.com/knative/eventing-contrib/tree/master/test/performance
Based on Knative Eventing Performance Task Force meeting it seems that we do need to document how developers could run tests against their already configure cluster. Additional context: infra testing...
It seems we missed deadline for GSOC 2022 in CNCF? https://github.com/cncf/mentoring/pull/560#issuecomment-1061927754
Link to related issue: https://github.com/knative/docs/issues/2931
CNCF discussion is probably the best place to ask questions: https://github.com/cncf/mentoring/discussions/618
We should record the goals for broker such as that in-memory version is not for production use. And optimized implementations may not be using channels. Other changes?
More on problem: when Knative is installed some of its components may be in system namespaces such as mt-broker or sources [link](https://github.com/knative/eventing/blob/a3eab46b5f0fb3f39a92372b45ee2fb92f918527/docs/multitenancy.md) how do we get logs (and other observability)...