Re: Migrating Gradle scripts to Kotlin

2021-02-03 Thread Ramazan Yapparov
Yes, that's me, thank you! From: Kenneth Knowles Sent: Tuesday, February 2, 2021 9:23:45 PM To: dev Subject: Re: Migrating Gradle scripts to Kotlin I took a guess that the Jira user 'ramazan-yapparov' was you and have added you to the project a

Migrating Gradle scripts to Kotlin

2021-01-28 Thread Ramazan Yapparov
Hi Beam Dev! I started to work on this issue https://issues.apache.org/jira/browse/BEAM-11589 - migrating Gradle scripts from Groovy to Kotlin. Currently, I've migrated settings.gradle, buildSrc/build.gradle and release/build.gradle files to Kotlin. I believe that this work should be done increm

Problems with E2E test

2021-01-18 Thread Ramazan Yapparov
Hi Beam! We've been writing E2E test for KafkaToPubsub example pipeline. Instead of depending on some real Cloud Pubsub and Kafka instances we decided to use Testcontainers. We launch Kafka and PubSub Emulator containers and after that we pass containers urls into pipeline options and run the pip

Add E2E test for Kafka to Pub/Sub complete example

2020-12-30 Thread Ramazan Yapparov
Hi Beam Community, Recently our team added Kafka to Pub/Sub example pipeline to Apache Beam repository. We decided to move E2E tests out of the scope because we needed more time for investigation and implementation. And now the test is ready, the PR is open. Here are the jira tickets for this P