mdedetrich commented on PR #108: URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/108#issuecomment-1635090245
According to CI this method already exists? https://github.com/apache/incubator-pekko-connectors-kafka/actions/runs/5548446654/jobs/10131476588?pr=108 ? ``` [error] /home/runner/work/incubator-pekko-connectors-kafka/incubator-pekko-connectors-kafka/core/src/main/scala/org/apache/pekko/kafka/ProducerSettings.scala:249:7: method withClientId is defined twice; [error] the conflicting method withClientId was defined at line 242:7 [error] def withClientId(clientId: String): ProducerSettings[K, V] = ``` at https://github.com/apache/incubator-pekko-connectors-kafka/blob/1a7434f4af829b13ecdc4459850a3df41cc3fb43/core/src/main/scala/org/apache/pekko/kafka/ProducerSettings.scala#L242-L243 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
