Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] kafka streaming

Hi Emilio,
thanks a lot for the answer.
I was wronging because I was using 1.4.0-SNAPSHOT. Now I am using 1.3.4 and I see the helper class.

By the way, I have another question: is it possible to use FeatureListener with a such of CQL Filter? I would like to subcribe to a topic by specifing a BBOX.

Thanks,
Matteo.


Matteo Cusmai

On Mon, Dec 4, 2017 at 2:48 PM, Emilio Lahr-Vivaz <elahrvivaz@xxxxxxxx> wrote:
Hello,

The KafkaDataStoreHelper is here:

https://github.com/locationtech/geomesa/blob/geomesa_2.11-1.3.5/geomesa-kafka/geomesa-kafka-datastore/geomesa-kafka-datastore-common/src/main/scala/org/locationtech/geomesa/kafka/KafkaDataStoreHelper.scala

However, this class has been removed in the current master branch (1.4.0-SNAPSHOT), so make sure you are using a 1.3.x version of GeoMesa. If you'd prefer to use the 1.4.x version, the docs for that are not yet hosted anywhere, but can be seen here:

https://github.com/locationtech/geomesa/pull/1777

To manually build the 1.4 docs, you can pull that branch and run:

mvn clean install -P docs -pl docs

that will generate the HTML files under docs/target/html/.

Thanks,

Emilio


On 12/02/2017 12:02 PM, Matteo Cusmai wrote:
Hi all,
I am trying to use kafka geomesa datastore capability, but I am not able to use code at http://www.geomesa.org/documentation/user/kafka/producers.html

I cannot resolve KafkaDataStoreHelper class. Which is the right dependency?

Thanks a lot.

Matteo Cusmai


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


Back to the top