Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #112

2021-05-09 Thread Apache Jenkins Server
See

Re: KafkaStreams Scala: Replace FunctionsCompatConversions

2021-05-09 Thread Rama Eshel
Hi John, Thank you for your reply. The "built-in" FunctionsCompactConversions is "*private*[scala] object FunctionsCompatConversions" , Also, it is explicitly imported from KStream/KGroupedStream/KTable etc.. I don't understand implicit well enough, I guess - but: - I can't extend a

Re: The most appropriate version in the production

2021-05-09 Thread Israel Ekpo
Luo, Your requirements are vague but I will attempt to provide some answers and recommendations. Nevertheless, if you are looking for the latest version of the project, try Kafka 2.8.0 It is the latest version, you should be able to upgrade to 2.8.1 or 3.0.0 (if you are not in KRaft mode) and

Re: Issue accessing apache.org

2021-05-09 Thread Israel Ekpo
Are you sure this is not a firewall issue with your corporate network? Unless there was an appropriate behavior from your network, I don’t believe only your network will be blocked. This is the first time I am hearing about this type of issue On Sun, May 9, 2021 at 11:05 AM Shete, Laxmikant

Re: Issue accessing apache.org

2021-05-09 Thread John Roesler
Hello Laxmikant, The folks on these mailing lists are just developers for each individual project. We don’t have any visibility into the Apache infrastructure. My best suggestion is to file a ticket in the INFRA project here: https://issues.apache.org/jira Those are the folks who run the

RE: Issue accessing apache.org

2021-05-09 Thread Shete, Laxmikant
Hi All, We are facing issue accessing below apache.org pages from our BMC Austin office. Austin office uses BMC Egress IP "198.147.191.15". These pages are accessible from other BMC offices. So we would like your network/ security team to check if BMC Egress IP "198.147.191.15" is not block

Re: KafkaStreams Scala: Replace FunctionsCompatConversions

2021-05-09 Thread John Roesler
Hi Rama, There has been discussion on and off for building something like this into the library, and I think it’s a good idea, but we haven’t had anyone draft a proposal. My bias with Scala is actually to avoid using implicits for nontrivial logic like this. It’s convenient, but it also makes

KafkaStreams Scala: Replace FunctionsCompatConversions

2021-05-09 Thread Rama Eshel
https://stackoverflow.com/questions/67289232/kafkastreams-scala-replace-functionscompatconversions I asked this question ~10 days ago, and it now occurs to me that I asked it in the wrong place. So trying here: I am using KafkaStreams 2.6.0, scala, in an existing bunch of applications. I'm