In order not to block your current work, maybe you can try to config storage-connection-url to append extra connection properties, for example the following
url="jdbc:mysql://localhost/eagle_db?useUnicode=yes&characterEncoding=utf8" On Wed, Sep 21, 2016 at 11:26 AM, Edward Zhang <[email protected]> wrote: > This connection-props is not applied in the code, but it should be > appended to end of connection string. I am looking into the place where we > can hook this configuration. Are you using Eagle 0.3? > > Thanks > Edward > > On Wed, Sep 21, 2016 at 10:51 AM, Jaspaul Chahal <[email protected]> > wrote: > >> Anyone from Apache Eagle team please? >> >> Regards, >> Jaspaul >> >> From: Jaspaul Chahal >> Sent: Tuesday, September 20, 2016 5:26 PM >> To: [email protected] >> Cc: Subra Ramesh ([email protected]) <[email protected]> >> Subject: MySql Connection properties in eagle-service.conf >> >> Hello Team, >> >> It's regarding MySql as backend repo fro Apache Eagle. >> >> In eagle-service.conf file for MySql we have the following property: >> storage-connection-props="encoding=UTF-8" >> >> But, I couldn't find the code using this property for the connection >> creation in TorqueConnectionManagerImpl.buildConfiguration(ConnectionConfig >> config) . >> >> Can someone please point me to the code where we are using this >> connection properties for the connection. I need to pass some extra >> connection parameters for MySql. >> >> Thanks in advance! >> >> Regards, >> Jaspaul Chahal >> > >
