OleksiienkoMykyta commented on issue #465: URL: https://github.com/apache/cassandra-gocql-driver/issues/465#issuecomment-2491043125
@joao-r-reis I can handle it, but there are a few tricky moments: 1. It would be nice to split gocql by multiple packages, but it will cause issues with backward compatibility, we can use type aliases like in the following [PR](https://github.com/apache/cassandra-gocql-driver/pull/1837) or merge it to gocql v2. 2. Also, we should decide what exactly we want to move to separate Go packages and what kind of architecture we want. Something could be changed during implementation, but there is a lot of work, so it would be great to have more details on this issue. In my opinion, it would be better to split the project into small packages like the marshal, framer, session, etc. to provide more flexibility and scalability, also it will make it easier to navigate through the project. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
