Is it possible to choose Kafa version with StormKafka from Storm 1.0.2 ?

2017-01-07 Thread Alexandre Vermeerbergen
Hello, We have been happyly running our real-time supervision homebrewed application with Apache Storm 1.0.1 and its out-of-the-box StormKafka spout & bold with our Kafka Broker 0.9.0.1 cluster for more than 6 months. We're been recently interested in upgrading our setup to Apache Storm 1.0.2, ma

Re: Is it possible to choose Kafa version with StormKafka from Storm 1.0.2 ?

2017-01-11 Thread Alexandre Vermeerbergen
Hello, Any clue on whether or not it's possible to build a KafkaSpout / KafkaBolt based on Apache Kafka 0.10.x ? Best regards, Alexandre 2017-01-07 18:03 GMT+01:00 Alexandre Vermeerbergen : > Hello, > > We have been happyly running our real-time supervision homebrewed >

Re: Is it possible to choose Kafa version with StormKafka from Storm 1.0.2 ?

2017-01-12 Thread Alexandre Vermeerbergen
recollection from trying this when 0.10 was released is that it is > possible, but some small code changes are necessary. If you're comfortable > building Storm from source, updating the kafka version in the appropriate > poms and compiling would show you what needs to be updated. >

Re: Is it possible to choose Kafa version with StormKafka from Storm 1.0.2 ?

2017-01-12 Thread Alexandre Vermeerbergen
in the appropriate > poms and compiling would show you what needs to be updated. > > On Wed, Jan 11, 2017 at 2:20 PM Alexandre Vermeerbergen < > avermeerber...@gmail.com> wrote: > >> Hello, >> >> Any clue on whether or not it's possible to build a KafkaSpou

How to correctly setup Nimbus UI to have public instead of private FQDN for debug

2017-01-22 Thread Alexandre Vermeerbergen
Hello, I deployed our application to an Apache Storm cluster (currently version 1.0.1) on Amazon E2C instances. Nimbus UI works like a charm, except for the "debug" links which URLs are based on private FQDN instead of public FDQN address of VMs. For example, when clicking on the debug link of o

Any recommended site to post Storm job in France?

2017-03-02 Thread Alexandre Vermeerbergen
Hello, I was wondering if there's some recommended mailing-list/site for posting a job opportunity for a Storm-skilled developer in France (near Paris). Thanks, Alexandre Vermeerbergen

[storm-kafka] where is stored Kafka Spout consummer's offset?

2017-03-27 Thread Alexandre Vermeerbergen
1.1.0 rc3, * Kafka Brokers : 0.1.10.1 Best regards, Alexandre Vermeerbergen

Re: [storm-kafka] where is stored Kafka Spout consummer's offset?

2017-03-28 Thread Alexandre Vermeerbergen
oudhary> > <https://www.pinterest.com/shryharsh/>[image: 500px] > <https://500px.com/harshchoudhary> [image: github] > <https://github.com/shry15harsh> > > On Tue, Mar 28, 2017 at 11:27 AM, Alexandre Vermeerbergen < > avermeerber...@gmail.com> wrote: > >&

Re: [ANNOUNCE] Apache Storm 1.1.0 Released

2017-03-30 Thread Alexandre Vermeerbergen
dd Storm as a dependency with the following coordinates: groupId: org.apache.storm <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22> artifactId: storm-core version: 1.0.2 == Shouldn't the version rather be "1.1.0" instead

Re: Disruptor Queue Filling Memory

2017-05-01 Thread Alexandre Vermeerbergen
ger have backpressure with Storm 1.0.3. I have a few questions which consolidate Tim's: 1. Is backpressure enabled again by default with Storm 1.1.0 ? 2. Are there guidelines to re-enable backpressure and correctly tune it ? Best regards, Alexandre Vermeerbergen 2017-05-01 21:52 GMT+02:00 Tim Fend

Re: Disruptor Queue Filling Memory

2017-05-02 Thread Alexandre Vermeerbergen
s metrics of each spout and bolt. Also examine the ack > counts. > > > > It looks like Back pressure is still disabled by default. > > https://github.com/apache/storm/blob/v1.0.3/conf/defaults.yaml > > I am not sure how stable it is at the moment so wont be able to recommen

Re: Disruptor Queue Filling Memory

2017-05-02 Thread Alexandre Vermeerbergen
1.1.0, so we will take more time to weight the alternative (ie: keep backpressure or spend more time on searching for bottlenecks & tuning) Thanks, Alexandre Vermeerbergen 2017-05-02 11:19 GMT+02:00 Roshan Naik : > Like I suspected …your topology.max.spout.pending is disabled. > &

How about Flink compatibility mode in Storm

2017-05-19 Thread Alexandre Vermeerbergen
we'd love to see the opposite option: ability to use Flink high-level API and semantics over Storm. Is there any such project that'll eventually allow running Flink code in a Storm topology? Best regards, Alexandre Vermeerbergen.

Re: How to correctly setup Nimbus UI to have public instead of private FQDN for debug

2017-07-03 Thread Alexandre Vermeerbergen
ritical, you > can set it up now and give it a try. > > - Jungtaek Lim (HeartSaVioR) > > 2017년 1월 23일 (월) 오전 6:32, Alexandre Vermeerbergen < > avermeerber...@gmail.com>님이 작성: > >> Hello, >> >> I deployed our application to an Apache Storm cluster (curr

Unit testing a topology relying on storm-kafka-client spouts & bolts?

2017-07-19 Thread Alexandre Vermeerbergen
Hello, Is there a recommended way for testing topologies relying on storm-kafka-client spouts & bolts? Ideally, I'like to do it without setting up a KafkaBroker server, if possible. Best regards, Alexandre Vermeerbergen

Recommended way to evaluate the performance of a topology when upgrading code/prerequisites?

2017-07-19 Thread Alexandre Vermeerbergen
tests (we know that it come with unit tests) ? Best regards, Alexandre Vermeerbergen

Re: Unit testing a topology relying on storm-kafka-client spouts & bolts?

2017-07-19 Thread Alexandre Vermeerbergen
e a more correct test? You could alternatively replace them with > test bolts and test spouts so you can verify what it happening, but then it > is not as much of an integration test. > > > - Bobby > > > > On Wednesday, July 19, 2017, 10:58:02 AM CDT, Alexandre V

Re: Unit testing a topology relying on storm-kafka-client spouts & bolts?

2017-07-20 Thread Alexandre Vermeerbergen
such tests relying on Storm local mode and a single node Kafka broker? Best regards, Alexandre Vermeerbergen 2017-07-19 18:30 GMT+02:00 Bobby Evans : > The only ports that it eats in local mode is for zookeeper (it spins up a > single node ZK instance to talk to). The communication between

How to set Zookeeper's data directory & port when running in LocalCluster mode?

2017-08-27 Thread Alexandre Vermeerbergen
m aware that another by-pass could be to use my own Zookeeper server and then use the un-documented LocalCluster(host,port) constructor to start a LocalCluster connect to this Zookeeper server, but frankly... isn't there a simpler way to setup properties for the Zookeeper server started by default constructor of LocalCluster ? Best regards, Alexandre Vermeerbergen

Re: How to set Zookeeper's data directory & port when running in LocalCluster mode?

2017-08-27 Thread Alexandre Vermeerbergen
t for running a LocalCluster with modest specific configuration settings. Hope it clarifies, Best regards, Alexandre Vermeerbergen 2017-08-27 21:31 GMT+02:00 Stig Rohde Døssing : > You can set the Zookeeper configuration through the daemon conf map when > you use a LocalCluster.Builder,

REST api for CRUD on Storm Distributed Cache (alias blobstore) ?

2017-09-22 Thread Alexandre Vermeerbergen
x27;s blobstore. There's a documented Java API, but it seems to assume that a full Storm installation is available, with storm.yaml, etc. stuff. Is it possible to simply use Storm REST api (which we use for performing various operations) to manage blobstore? Best regards, Alexandre Vermeerbergen

Re: Kafka Spout offsets going to wrong location

2018-05-04 Thread Alexandre Vermeerbergen
orm Kafka 1.2.x and that we can hope to have offsets commited in Kafka Brokers ? Best regards, Alexandre Vermeerbergen 2018-05-04 21:51 GMT+02:00 Eric Hokanson : > This would be the regular KafkaSpout, i.e.: new > KafkaSpout<>(KafkaSpoutConfig.builder("k10server:9092

Re: Kafka Spout offsets going to wrong location

2018-05-04 Thread Alexandre Vermeerbergen
merId) .setFirstPollOffsetStrategy(strategy); IRichSpout spout = builder.build(); Are we using the right way to set consumer ID ? Best regards, Alexandre Vermeerbergen 2018-05-04 22:46 GMT+02:00 Stig Rohde Døssing : > There are a couple other lines that may commit depending on the pr

Re: Workaround for storm-kafka-client shut down issues

2018-08-04 Thread Alexandre Vermeerbergen
Kafka consumers from 0.10.2.0 to Kafka 1.x ! Best regards, Alexandre Vermeerbergen 2018-07-30 13:11 GMT+02:00 Stig Rohde Døssing : > Yes, that would be good too. > > 2018-07-29 15:32 GMT+02:00 Jungtaek Lim : >> >> IMHO I'd take this as a voice for release 1.2.3. We have add

Successful attempt to run Storm & topologies using Java 11 EA build: 25 (2018/8/2)

2018-08-16 Thread Alexandre Vermeerbergen
s our own customization of storm.yaml, nothing coming from Storm distribution. Thanks to all Storm developers for making this test with Java 11 such a smooth experience! Alexandre Vermeerbergen

Configuring a title for Storm's UI ?

2018-09-05 Thread Alexandre Vermeerbergen
t;Storm UI" ? if not, should I fill a JIRA to ask for such feature? Kind regards, Alexandre Vermeerbergen

Re: [ANNOUNCE] Apache Storm 2.0.0 Released

2019-05-30 Thread Alexandre Vermeerbergen
Thanks you very much Taylor for releasing this Storm 2.0 major release ! Kind regards, Alexandre Vermeerbergen Le jeu. 30 mai 2019 à 21:56, P. Taylor Goetz a écrit : > > The Apache Storm community is pleased to announce the release of Apache Storm > version 2.0.0. > > Storm i

How to setup Kafka authentication on storm-kafka-monitor ?

2019-06-03 Thread Alexandre Vermeerbergen
the Kafka consumer properties that will allow it to query the Kafka lag without failing on Kafka authentication? I have not found a clue about this in documentation... Also, is it normal that Kafka spouts is not automatically inherited by storm-kafka-monitor? Kind regards, Alexandre Vermeerbergen

Re: How to setup Kafka authentication on storm-kafka-monitor ?

2019-06-03 Thread Alexandre Vermeerbergen
torm-kafka-monitor eventually. I've been looking at >> it in https://issues.apache.org/jira/browse/STORM-3202, but it will probably >> take a while to get done. If you'd like to take a look at implementing that >> issue, I'd be happy to share the code (it d

Re: Storm 1.2.1 - Java 11 support

2019-09-04 Thread Alexandre Vermeerbergen
Hello Rajendran, We use Storm 1.2.3 with Java 11. We had to tweak Hadoop related bolts to overcome some details, but overall it all works with Java 11 without burden. Kind regards, Alexandre Le mer. 4 sept. 2019 à 11:30, Dharmarajan Rajendran a écrit : > > Hi All, > > We are currently running s

Re: Storm 1.2.1 - Java 11 support

2019-09-05 Thread Alexandre Vermeerbergen
Yes, there are some trivial modifications to JVM settings for Java 11 new way to activate GC logging, but really that's peanuts. To be also more precise : we still build our topologies using JDK8, but we use Java 11 runtime to run Storm Nimbus, Nimbus UI, Supervisor, etc. processes. Kind regards,

Re: JVM 11 upgrade

2020-06-13 Thread Alexandre Vermeerbergen
it helps, Alexandre Vermeerbergen Le sam. 13 juin 2020 à 15:15, Ramin Farajollah (BLOOMBERG/ 731 LEX) a écrit : > > Hi, > > We’re using Storm 1.2 with Java Hotspot 8. > We’d like to upgrade to AdoptOpenJdk 11. > > I build my app and submit the topology with the later vers

Missing "Kafka Spouts Lag" in Storm UI 2.4.0

2022-05-20 Thread Alexandre Vermeerbergen
Hello, We have been using Storm in production since quite a long time, with latest Storm 1.2.x. After a very long hesitation, we decided to give a try to Storm 2.x, first without rebuilding our big jars. The very good surprise for us is that everything seems to work. However, I found one major

Re: Missing "Kafka Spouts Lag" in Storm UI 2.4.0

2022-05-20 Thread Alexandre Vermeerbergen
? Kind regards, Alexandre Le ven. 20 mai 2022 à 17:08, Alexandre Vermeerbergen a écrit : > > Hello, > > We have been using Storm in production since quite a long time, with > latest Storm 1.2.x. > > After a very long hesitation, we decided to give a try to Storm 2.x, > firs

Re: URL prefix for Storm-UI

2023-01-20 Thread Alexandre Vermeerbergen
Hello Eduard, +1 for this idea, can you fill a JIRA for it ? Alex Le lun. 16 janv. 2023 à 16:49, Eduard Huguet a écrit : > > Hello, > > Is there any way to make Storm-UI web application run from an URL prefix > (i.e. /storm)? I'm setting up a stack of different services in the same host, > an

Re: [DISCUSSION] Apache Storm and moving to the Attic

2023-02-03 Thread Alexandre Vermeerbergen
+1 for whatever makes Apache Storm to be maintained as long as possible, including my time if needed ! Alexandre Le ven. 3 févr. 2023 à 14:54, Richard Zowalla a écrit : > > Hi all, > > I am also +1 for Taylor as PMC and please count me in as well (my first > comment was a bit vague about it). >

Re: [DISCUSS] Call for PMC Members and Contributors

2023-02-25 Thread Alexandre Vermeerbergen
Hi Taylor, Same for me, I'd be happy to help since I use Apache Storm (as I wrote in a previous mail) - so it sound obviously for me that I should do something it return, whatever it is! Alex Le ven. 24 févr. 2023 à 13:01, Richard Zowalla a écrit : > > Hi Taylor, > > as written in the other thr

Nimbus printing "BlacklistScheduler timer [INFO] Supervisors [] are blacklisted" every 10 seconds, is it normal?

2023-10-01 Thread Alexandre Vermeerbergen
Hello, Using Storm 2.5.0, i just realized that in nimbus.log, I have the following message every 10 seconds: 2023-10-01 08:02:01.607 o.a.s.s.b.BlacklistScheduler timer [INFO] Supervisors [] are blacklisted. 2023-10-01 08:02:11.794 o.a.s.s.b.BlacklistScheduler timer [INFO] Supervisors [] are black

Re: Nimbus printing "BlacklistScheduler timer [INFO] Supervisors [] are blacklisted" every 10 seconds, is it normal?

2023-10-01 Thread Alexandre Vermeerbergen
gt; > > [1] > https://github.com/apache/storm/blob/master/storm-server/src/main/java/org/apache/storm/scheduler/blacklist/BlacklistScheduler.java#L197 > > > Am 1. Oktober 2023 10:09:47 MESZ schrieb Alexandre Vermeerbergen > : >> >> Hello, >> >> Using Storm

Re: Nimbus printing "BlacklistScheduler timer [INFO] Supervisors [] are blacklisted" every 10 seconds, is it normal?

2023-10-01 Thread Alexandre Vermeerbergen
so you have > an idea that something might (!) be odd, ie only logging in that case. Will > reduce the flood of (useless) information significantly. > > Gruß > R > > > Am 1. Oktober 2023 13:19:30 MESZ schrieb Alexandre Vermeerbergen > : >> >> Beyond the we

Re: Apache storm 2.4.0 compatible java version

2023-10-10 Thread Alexandre Vermeerbergen
Hello, I confirm that I am running Storm in production with Java 17 runtime since 1+ year, initially with Storm 2.4.0, then I smoothly moved to Storm 2.5.0. To be more precise, I'm using IBM Semeru JDK 17.. I had a minor tweak to do so asto get HBase & HDFS integrations working, because of a vend

Running Storm with Java 21 runtime... works !

2023-11-29 Thread Alexandre Vermeerbergen
Hello, Just for the Storm's users community information: since today this morning (CET), I am running my pre-production Storm 2.6.0 cluster (10+ topologies relying on storm-kafka, storm-hdfs, etc) using Java 21 runtime (more precisely using OpenJ9 21.0.1 milestone 1 on Linux x64 on Redhat). Jav

Re: Releases News Inquiry

2023-11-29 Thread Alexandre Vermeerbergen
Hello, How about this page https://storm.apache.org/2023/11/22/storm260-released.html, does it meet your need ? Thanks, Alexandre Le jeu. 30 nov. 2023 à 08:00, patricia lee a écrit : > > Hi, > > I am new to storm. I just wanted to ask if the news on announcement of new > release (other than th