Skip to content

Remove Istio dependency from Eventing (Part - 2)#1058

Merged
knative-prow-robot merged 38 commits into
knative:masterfrom
akashrv:noistiokafka
Apr 19, 2019
Merged

Remove Istio dependency from Eventing (Part - 2)#1058
knative-prow-robot merged 38 commits into
knative:masterfrom
akashrv:noistiokafka

Conversation

@akashrv
Copy link
Copy Markdown
Contributor

@akashrv akashrv commented Apr 16, 2019

Part of series of PRs for #294
Previous PRs for reference:

Proposed Changes

  • Removed Istio dependency from Kafka channel
    • Kafka Channel dispatcher will watch all channels and maintain a map of host headers to channels
  • Message_Receiver enables its consumer to provide custom functions to map hostName to channel reference.
  • Istio sidecars still exist. These will be removed after all channels stop using istio. Removing side-car now could break complex scenarios such as kafka dispatcher dispatching to a natss channel.

Release Note

Knative Eventing will create a unique K8s service of type ExternalName for each channel when using Kafka ClusterChannelProvisioner

akashrv and others added 28 commits April 5, 2019 10:13
@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 16, 2019
Comment thread contrib/kafka/pkg/dispatcher/dispatcher.go Outdated
Comment thread contrib/gcppubsub/pkg/dispatcher/receiver/receiver_test.go Outdated
Comment thread contrib/gcppubsub/pkg/dispatcher/receiver/receiver_test.go Outdated
Comment thread contrib/kafka/config/kafka.yaml
Comment thread contrib/kafka/pkg/dispatcher/dispatcher.go Outdated
Comment thread contrib/kafka/pkg/dispatcher/dispatcher.go Outdated
Comment thread pkg/sidecar/fanout/fanout_handler_test.go Outdated
Comment thread pkg/sidecar/fanout/fanout_handler_test.go Outdated
Comment thread pkg/sidecar/multichannelfanout/config.go Outdated
Comment thread pkg/sidecar/multichannelfanout/config_test.go Outdated
Comment thread pkg/sidecar/multichannelfanout/config_test.go Outdated
Comment thread contrib/kafka/config/kafka.yaml
Comment thread contrib/kafka/config/kafka.yaml
Comment thread contrib/kafka/config/kafka.yaml
Comment thread contrib/kafka/pkg/dispatcher/dispatcher.go
Comment thread contrib/kafka/pkg/dispatcher/dispatcher.go Outdated
@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 19, 2019
Copy link
Copy Markdown
Contributor

@Harwayne Harwayne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akashrv, Harwayne

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed lgtm Indicates that a PR is ready to be merged. labels Apr 19, 2019
Copy link
Copy Markdown
Contributor

@Harwayne Harwayne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 19, 2019
@knative-metrics-robot
Copy link
Copy Markdown

The following is the coverage report on pkg/.
Say /test pull-knative-eventing-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
contrib/gcppubsub/pkg/dispatcher/receiver/receiver.go 93.6% 92.0% -1.6
contrib/kafka/pkg/controller/channel/provider.go 12.5% 16.7% 4.2
contrib/kafka/pkg/controller/channel/reconcile.go 77.0% 81.7% 4.7
contrib/kafka/pkg/dispatcher/dispatcher.go 71.8% 68.5% -3.4
contrib/natss/pkg/dispatcher/dispatcher/dispatcher.go 57.1% 56.6% -0.6
pkg/channelwatcher/channel_watcher.go Do not exist 50.0%
pkg/provisioners/channel_util.go 92.4% 90.8% -1.6
pkg/provisioners/message_receiver.go 79.4% 74.3% -5.1
pkg/sidecar/fanout/fanout_handler.go 100.0% 96.2% -3.8
pkg/sidecar/multichannelfanout/config.go Do not exist 100.0%
pkg/sidecar/multichannelfanout/multi_channel_fanout_handler.go 100.0% 91.3% -8.7

@akashrv
Copy link
Copy Markdown
Contributor Author

akashrv commented Apr 19, 2019

/retest

@knative-prow-robot knative-prow-robot merged commit bd4135e into knative:master Apr 19, 2019
lberk pushed a commit to lberk/eventing that referenced this pull request Jan 14, 2021
creydr pushed a commit to creydr/knative-eventing that referenced this pull request Feb 5, 2025
Co-authored-by: serverless-qe <serverless-support@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants