onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
michaeldrogalis 2018-01-08T17:34:41.000319Z

Doh, @kenny. @gardnervickers tracked the root cause down to being https://github.com/onyx-platform/onyx-kafka/issues/43 😞

michaeldrogalis 2018-01-08T17:35:02.000111Z

Should have squelched that a long time ago.

michaeldrogalis 2018-01-08T17:35:30.000407Z

We're cutting a release now.

michaeldrogalis 2018-01-08T17:45:04.000838Z

@kenny Version 0.12.2.1-20180108.174351-2 of onyx-kafka has the fix.

1
dbernal 2018-01-08T19:07:48.000573Z

Hey everyone. Just started using Onyx and I'm running into an issue when using the sql-plugin. I encounter the following error: Unable to resolve symbol: PGobject in this context, compiling:(onyx/plugin/pgsql.clj:34:28. I see the code should not be evaluating this unless the import is successful so I'm confused as to why it's throwing this error. Any help would be appreciated!

michaeldrogalis 2018-01-08T19:10:00.000667Z

@dbernal Hi! Welcome. Ill take a look now.

michaeldrogalis 2018-01-08T19:11:18.000033Z

@dbernal Can you verify that Postgres isn't on your classpath by running: onyx.plugin.pgsql/available? from the repl?

michaeldrogalis 2018-01-08T19:11:54.000310Z

Perhaps a transitive dependency of yours is bringing PG onto the classpath.

dbernal 2018-01-08T19:12:51.000408Z

@michaeldrogalis I see. I think that makes sense. Let me verify