Bug 2087944

Summary: KafkaSink Node visualized incorrectly
Product: OpenShift Container Platform Reporter: Sahil Budhwar <sbudhwar>
Component: Dev ConsoleAssignee: Jaivardhan Kumar <jakumar>
Status: CLOSED ERRATA QA Contact: spathak <spathak>
Severity: high Docs Contact:
Priority: high    
Version: 4.11CC: nmukherj
Target Milestone: ---   
Target Release: 4.11.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-10 11:12:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
KafkaSink none

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