Github user harshach commented on a diff in the pull request:

    https://github.com/apache/storm/pull/374#discussion_r22950826
  
    --- Diff: external/storm-jdbc/README.md ---
    @@ -0,0 +1,208 @@
    +#Storm JDBC
    +Storm/Trident integration for JDBC. This package includes the core bolts 
and trident states that allows a storm topology
    +to either insert storm tuples in a database table or to execute select 
queries against a database and enrich tuples 
    +in a storm topology. This code uses HikariCP for connection pooling. See 
http://brettwooldridge.github.io/HikariCP.
    +
    +## Inserting into a database.
    +The bolt and trindet state included in this package for inserting data 
into a database tables are tied to a single table.
    --- End diff --
    
    typo 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to