Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Seattle, WA
- Sign in to view email
Popular repositories
722 contributions in the last year
Activity overview
Contributed to
knative/eventing,
google/knative-gcp,
knative/eventing-contrib
and 5 other
repositories
Contribution activity
May 2020
Created a pull request in google/knative-gcp that received 5 comments
Use MTChannelBasedBroker broker class in tests
ChannelBasedBroker class is removed from upstream eventing.
Proposed Changes
Switch e2e and performance tests to use MTChannelBasedBroker broker c…
+2,264
−1,434
•
5
comments
- Add trigger controller
- Only start the pull handler when its resource is ready
- Update to v1beta1 triggers in examples
- [WIP]Send and receive tracking
- Create a perf benchmark for the gcp broker
- Use HTTP Client + CE SDK v2 Bindings in Deliver Processor
- Remove TestBrokerTracing.
- Give the receiver time to shutdown before stopping the knockdown process.
- Fixes to performance tests
- Use the new PullSubscription and Topic CRD
- Include cluster name in k8s Service Account name for Workload Identity
- Reconcilers for PullSubscription and Topic in intevents
- Remove pin of cloud.google.com/go/pubsub
- More fixes to perf tests
- Add grac3gao to reviewer and approver
- Reconcile gcp broker data plane deployments
- Add Deprecation Warnings to Topic and PullSubscription
- Configure gcp broker test infra to support checking metrics
- Fix perf tests setup
- Add event TTL (hops) to broker
- Unpin k8s.io/gengo
- Unpin Prometheus Lib Versions
- Skip TestCloudAuditLogsSource and TestCloudStorageSource in e2e-wi-tests
- Update stackdriver e2e testing
- Switch to go modules
- Some pull request reviews not shown.
- [release-0.15] bump knative.dev/pkg to include webhook fix
- add storage version migrator
- change storage versions to v1beta1
- upgrader
- Use Mako sidecar image from knative-tests
- [RELEASE] Pin knative.dev/{pkg,test-infra} to release-0.15
- Set MT based broker the default choice
- dump pod logs for e2e tests
- [master] Auto-update dependencies
Created an issue in knative/eventing that received 3 comments
Alternate brokers need alternate ConditionSets for Broker and Trigger
Problem When implementing an alternate broker, we need to add/remove conditions to the ConditionSets on Broker and Trigger to reflect the character…
3
comments
- E2E tests are pinned to 2020-05-27 eventing nightly
- Broker controller watch BrokerCell readiness and update Ready status on change
- Set resource requests and limits for PullSubscription receive adapter
- Retry pod memory usage grows without bound
- Replace static Broker deployments and service with a static BrokerCell
- Use a URI template for calculating Broker address