Bug 2087944 - KafkaSink Node visualized incorrectly
Summary: KafkaSink Node visualized incorrectly
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Dev Console
Version: 4.11
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.11.0
Assignee: Jaivardhan Kumar
QA Contact: spathak@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-18 15:06 UTC by Sahil Budhwar
Modified: 2022-08-10 11:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-10 11:12:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
KafkaSink (26.04 KB, image/png)
2022-05-18 15:06 UTC, Sahil Budhwar
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 11536 0 None open Bug 2087944: fixes kafka sink visualisation 2022-05-19 15:49:57 UTC
Red Hat Product Errata RHSA-2022:5069 0 None None None 2022-08-10 11:13:19 UTC

Description Sahil Budhwar 2022-05-18 15:06:01 UTC
Created attachment 1880944 [details]
KafkaSink

Description of problem:
KafkaSink should be visualized in a rhombus shape similar to other event sinks but is visualized as a circle node


Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. Install Serverless Operator
2. Create KnativeKafka CR (KnativeEventing CR is required to create KF CR). 
3. Expand Sink section on Form view and enable sink
4. Install AMQ streams
5. Create namespace kafka
6. Create Kaka cluster (Kafka CR from AMQ streams) with default values (make note of name/ns for example- my-cluster-kafka-bootstrap.kafka.svc:9092)
7. Create kafka topic as below

```
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
  name: knative-demo-topic
  namespace: kafka
  labels:
    strimzi.io/cluster: my-cluster # kafka cluster name
spec:
  partitions: 3
  replicas: 1
  config:
    retention.ms: 7200000
    segment.bytes: 1073741824
```

8. Create Kafka Sink
```
apiVersion: eventing.knative.dev/v1alpha1
kind: KafkaSink
metadata:
  name: my-kafka-sink
  namespace: kafka
spec:
  topic: knative-demo-topic # KafkaTopic name
  bootstrapServers:
   - my-cluster-kafka-bootstrap.kafka:9092 # Kafka cluster bootstrap server
```

Actual results: KafkaSink Node is circle shape


Expected results: KafkaSink Node should be rhombus like other event sinks


Additional info:

Comment 4 Jaivardhan Kumar 2022-06-16 15:11:07 UTC
Verified on 4.11.0-0.nightly-2022-06-15-222801 , works as expected

Comment 5 errata-xmlrpc 2022-08-10 11:12:58 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:5069


Note You need to log in before you can comment on or make changes to this bug.