I have created 2 projects producer project , that producer vpc & subnet range is 10.0.2.0/24, and created a gcp managed kafka cluster in the same vpc in producer project. this created 4 endpoints Endpoints Filter Endpoint Status Target Target API Scope Globally accessible Network Subnetwork IP address Labels gmk-e7477b9f1cf844a1bde516e7015fd948-88ac7a9c-bootstrap Accepted Published service us-central1 Yes vpc-demo-producer 10.0.2.2 gmk-e7477b9f1cf844a1bde516e7015fd948-88ac7a9c-broker-0 Accepted Published service us-central1 Yes vpc-demo-producer 10.0.2.3 gmk-e7477b9f1cf844a1bde516e7015fd948-88ac7a9c-broker-1 Accepted Published service us-central1 Yes vpc-demo-producer 10.0.2.4 gmk-e7477b9f1cf844a1bde516e7015fd948-88ac7a9c-broker-2 Accepted Published service us-central1 Yes vpc-demo-producer 10.0.2.5
i have created ingress rule to allow traffic from 10.0.60.0/24 to all ports created an egress rule to allow trafic to 10.0.60.0/24 to all ports
consumer project has consumer vpc and subnet range is 10.0.60.0/24 i have created ingress rule to allow traffic from 10.0.2.0/24 to all ports created an egress rule to allow trafic to 10.0.2.0/24 to all ports created 4 endpoints to connect with producer psc endpoints, however the endpoints show pending status since so many hours broker0 Pending Published service us-central1 Yes vpc-demo-consumer 10.0.60.3 broker1 Pending Published service us-central1 Yes vpc-demo-consumer 10.0.60.4 broker3 Pending Published service us-central1 Yes vpc-demo-consumer 10.0.60.5 psc-bootstrap Pending Published service us-central1 Yes vpc-demo-consumer 10.0.60.2
If we create kafka cluster the endpoints automatic created by Google and its has I Google project is it it due that the psc endpoints in consumer stays in pending status
Google-managed Kafka clusters use Google-owned service attachments, which are not directly manageable by your producer project. This is why i can't manually approve or modify the service attachments . Then what could I do the resolve the issue.