Skip to content

Kafka bus hard codes the namespace as a suffix #185

@scothis

Description

@scothis

Expected Behavior

The kafka bus should be able to a dispatch events to fully qualified subscribers.

Actual Behavior

The kafka bus is unable to send to the subscriber because the namespace is appended to the subscriber. If the subscriber is set to hello.default.svc.cluster.local the bus will attempt to connect to hello.default.svc.cluster.local.default, which doesn't resolve.

Steps to Reproduce the Problem

  1. create a kafka bus
  2. create a channel for the kafka bus
  3. create a subscription for the channel with a fully qualified service name
  4. send an event to the channel, the bus will not successful forward the event to the subscriber

Additional Info

This issue will be resolved with #175. Tracking here for visibility.

/kind bug

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions